Decoding and WER evaluation #3339
Unanswered
andrusenkoau
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I am trying to decode all librispeech dev and test sets for my Conformer-CTC-BPE model by "eval_beamsearch_ngram.py" script in greedy way. But I am getting WER results that are different from training logs. For example, for the last 100th epoch I have got WER = 10.43% for dev-clean according to "lightning_logs.txt". But after "eval_beamsearch_ngram.py" I have got WER = 12.01%. Maybe i am doing something wrong?
This is my decoding command:
Beta Was this translation helpful? Give feedback.
All reactions