Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repetitive output in ASR Inference Tutorial #1007

Open
Manni-Arora opened this issue Apr 17, 2022 · 0 comments
Open

Repetitive output in ASR Inference Tutorial #1007

Manni-Arora opened this issue Apr 17, 2022 · 0 comments
Labels

Comments

@Manni-Arora
Copy link

Question

Repetitive output in ASR Inference Tutorial :
I get repetitive outputs in ASR Inference tutorial. I assume these are the n best hypothesis. Is there a way to change this?
image

Additional Context

I am using the following model:

inference_cmd = """./flashlight/build/bin/asr/fl_asr_tutorial_inference_ctc
--am_path=am_transformer_ctc_stride3_letters_300Mparams.bin
--tokens_path=tokens.txt
--lexicon_path=lexicon.txt
--lm_path=lm_common_crawl_small_4gram_prun0-6-15_200kvocab.bin
--logtostderr=true
--sample_rate=16000
--beam_size=50
--beam_size_token=30
--beam_threshold=100
--lm_weight=1.5
--word_score=0
--stderrthreshold=1
--colorlogtostderr=true
--audio_list=listfiles.lst"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant