Skip to content
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

Open
chungtran2000 opened this issue Sep 8, 2023 · 5 comments
Open

In the model after training there isn't ivector folder. #209

chungtran2000 opened this issue Sep 8, 2023 · 5 comments

Comments

@chungtran2000
Copy link

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?
github

@nshmyrev
Copy link
Collaborator

nshmyrev commented Sep 8, 2023

Which train.py do you run?

@chungtran2000
Copy link
Author

I made the model following this tutorial: "https://github.com/undertheseanlp/automatic_speech_recognition".
The train.py file that I run is located at the project's path:"automatic_speech_recognition/egs/vivos".

@nshmyrev
Copy link
Collaborator

nshmyrev commented Sep 8, 2023

That setup is not sufficient. Our training demo is here, you need to follow it instead:

https://github.com/alphacep/vosk-api/tree/master/training

@chungtran2000
Copy link
Author

Thank you so much. Do you have specific instructions for this?

@nshmyrev
Copy link
Collaborator

No instructions, you can just run it locally or in colab. Let us know if you have any questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants