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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: