-
Notifications
You must be signed in to change notification settings - Fork 124
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
There is a problem about training a RNN-T model? #96
Comments
Hello, otherwise, you have the torchaudio supporting this lib within torchaudio 1.0, check: we are working on supporting the torchaudio within speechbrain as well see: |
Hi, thank you! |
There is also an implementation at https://github.com/csukuangfj/optimized_transducer |
Hi @scufan1990 , |
Hi,
There is a problem about training a conformer+RNN-T model.
How about the cer and wer with one GPU?
I'm train the model on one RTX TITAN GPU, training the conformer(encoder layers 16, encoder dim 144, decoder layer 1, decoder dim 320) on Librispeech 960h., after 50 epoch training the CER is about 27 and don't reduce anymore.
could you tell me why?
The text was updated successfully, but these errors were encountered: