alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
896 stars 243 forks source link

Loading rnnlm model: cannot load file /rnnlm/special_symbol_opts.conf #113

Closed euxsun closed 3 years ago

euxsun commented 3 years ago

Error appears when using vosk docker: alphacep/kaldi-vosk-server:latest (version from 20 May 2021). When initialize Kaldi on Russian language, downloaded from the Alphacephei Vosk models vosk-model-ru-0.10.zip an exception raised:

LOG (VoskAPI:ReadDataFiles():vosk/model.cc:273) Loading rnnlm model: cannot load file /rnnlm/special_symbol_opts.conf

In the folder rnnlm there is no this file, but special_symbol_opts.txt present. Changing it's extension doesn't solve the issue.

nshmyrev commented 3 years ago

You need to download file again https://alphacephei.com/vosk/models/vosk-model-ru-0.10.zip, it was recently updated

nshmyrev commented 3 years ago

I suppose this is solved.