spchcat
spchcat copied to clipboard
x86 Version Doesn't Default to English model
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.
same here,I am using ubuntu vm on mac, did not work too.
the same error message