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

x86 Version Doesn't Default to English model #2

Open
dbreunig opened this issue Jan 6, 2022 · 2 comments
Open

x86 Version Doesn't Default to English model #2

dbreunig opened this issue Jan 6, 2022 · 2 comments

Comments

@dbreunig
Copy link

dbreunig commented Jan 6, 2022

Running: $ spchcat audio.wav results in:

Warning: Model not found in /etc/spchcat/models/C/
Warning: Scorer not found in /etc/spchcat/models/C/
TensorFlow: v2.3.0-14-g4bdd3955115
 Coqui STT: v1.1.0-0-gf3605e23
No model specified, cannot continue.
Could not create model: Missing model information.

Running $ spchcat audio.wav --language=en_US works fine.

Interestingly, if you provide a model that doesn't exist it will fall back to en_US as expected. This: $ spchcat audio/4507-16021-0012.wav --language=en results in:

Warning: Language 'en' not found, falling back to 'en_US'
TensorFlow: v2.3.0-14-g4bdd3955115
 Coqui STT: v1.1.0-0-gf3605e23
why should one halt on the way

I am running Ubuntu 18.04.6 on WSL2.

@liusitan
Copy link

same here,I am using ubuntu vm on mac, did not work too.

@liusitan
Copy link

the same error message

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

No branches or pull requests

2 participants