Replies: 1 comment
-
>>> othiele |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
>>> HarleyDuncan
[January 24, 2021, 9:26am]
I tried running the code below in PyCharm:
deepspeech slash --model deepspeech-0.9.3-models.pbmm slash --scorer
deepspeech-0.9.3-models.scorer slash --audio activity.wav
I got the error below:
TensorFlow: v2.2.0-24-g1c1b2b9dd9 slash
DeepSpeech: v0.8.2-0-g02e4c762 slash
ERROR: Model provided has model identifier 'u/3¼', should be 'TFL3'
Error at reading model file deepspeech-0.9.3-models.pbmm slash
Traceback (most recent call last): slash
File 'C:/Users/Mo/PycharmProjects/DeepSpeech/Model.py', line 7, in slash
model = deepspeech.Model('deepspeech-0.9.3-models.pbmm') slash
File
'C: slash slash Users slash slash Mo slash slash PycharmProjects slash slash LastVE slash slash venv slash slash lib slash slash site-packages slash slash deepspeech slash _init slash _.py',
line 38, in init slash
raise RuntimeError('CreateModel failed with '{}'
(0x{:X})'.format(deepspeech.impl.ErrorCodeToErrorMessage(status),status)) slash
RuntimeError: CreateModel failed with 'Failed to initialize memory
mapped model.' (0x3000)
Need help over here
[This is an archived TTS discussion thread from discourse.mozilla.org/t/cant-run-deepspeech-model-in-windows-10]
Beta Was this translation helpful? Give feedback.
All reactions