mozilla / DeepSpeech

DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.
Mozilla Public License 2.0
25.41k stars 3.98k forks source link

deepspeech-0.9.3-models-zh-CN.scorer invalid??? #3772

Open AlexanderChina opened 1 year ago

AlexanderChina commented 1 year ago

Traceback (most recent call last): File "d:\programs\python\python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "d:\programs\python\python38\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "D:\Programs\Python\Python38\Scripts\deepspeech.exe__main.py", line 7, in File "d:\programs\python\python38\lib\site-packages\deepspeech\client.py", line 132, in main ds.enableExternalScorer(args.scorer) File "d:\programs\python\python38\lib\site-packages\deepspeech\init__.py", line 88, in enableExternalScorer raise RuntimeError("EnableExternalScorer failed with '{}' (0x{:X})".format(deepspeech.impl.ErrorCodeToErrorMessage(status),status)) RuntimeError: EnableExternalScorer failed with 'Invalid scorer file.' (0x2002)