You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Running:
$ spchcat audio.wav
results in: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:I am running Ubuntu 18.04.6 on WSL2.
The text was updated successfully, but these errors were encountered: