-
Notifications
You must be signed in to change notification settings - Fork 300
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
Aborted error when attempting to use ctc-decoding #103
Comments
please change
to
if you are using a model with vocab size 5000. Also, you may need to reduce the value of Sorry that this is not documented. There is an ongoing PR to fix it (https://github.com/k2-fsa/icefall/pull/91/files) As for the second error,
I think you skipped an essential step listed in https://icefall.readthedocs.io/en/latest/recipes/librispeech/conformer_ctc.html#download-the-pre-trained-model
To fix that, please first install
After that, everything should work. BTW, please use the pre-trained model in https://github.com/csukuangfj/icefall-asr-conformer-ctc-bpe-500 |
Thank you this worked! |
I receive an error trying to decode using ctc-decoding. I am using the master branch without code changes but using a model trained for several epochs.
command
result
As part of debugging (this is sort of separate issue) but I tried using pretrained model for decode script to ensure its not model related but I received the error
when running the line:
The text was updated successfully, but these errors were encountered: