-
Notifications
You must be signed in to change notification settings - Fork 203
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
In the model after training there isn't ivector folder. #209
Comments
Which train.py do you run? |
I made the model following this tutorial: "https://github.com/undertheseanlp/automatic_speech_recognition". |
That setup is not sufficient. Our training demo is here, you need to follow it instead: |
Thank you so much. Do you have specific instructions for this? |
No instructions, you can just run it locally or in colab. Let us know if you have any questions |
After successfully running the file train.py I get the files mfcc.conf, final.mdl,HCLG.fst, words.txt, .... But compared to the folder downloaded from "https://alphacephei.com/vosk /models" I see the ivector folder is missing. And when I put it into the Android project I got an error: Failed to create model. What do I need to do to fix this error?
The text was updated successfully, but these errors were encountered: