We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
I found some minor typos in Librispeech transducer recipe.
icefall/egs/librispeech/ASR/transducer/decoder.py
Lines 92 to 94 in 5b6699a
icefall/egs/librispeech/ASR/transducer_lstm/decoder.py
Lines 96 to 98 in 1d44da8
icefall/egs/yesno/ASR/transducer/decoder.py
Lines 87 to 89 in 95af039
I think embeding_out must be changed to embedding_out.
embeding_out
embedding_out
The text was updated successfully, but these errors were encountered:
Yes, you are right. Please make a PR if you have time.
Sorry, something went wrong.
Closing via #329
No branches or pull requests
Hello
I found some minor typos in Librispeech transducer recipe.
icefall/egs/librispeech/ASR/transducer/decoder.py
Lines 92 to 94 in 5b6699a
icefall/egs/librispeech/ASR/transducer_lstm/decoder.py
Lines 96 to 98 in 1d44da8
icefall/egs/yesno/ASR/transducer/decoder.py
Lines 87 to 89 in 95af039
I think
embeding_out
must be changed toembedding_out
.The text was updated successfully, but these errors were encountered: