I tried running the code below in PyCharm:
deepspeech --model deepspeech-0.9.3-models.pbmm --scorer deepspeech-0.9.3-models.scorer --audio activity.wav
I got the error below:
TensorFlow: v2.2.0-24-g1c1b2b9dd9
DeepSpeech: v0.8.2-0-g02e4c762
ERROR: Model provided has model identifier ‘u/3¼’, should be ‘TFL3’
Error at reading model file deepspeech-0.9.3-models.pbmm
Traceback (most recent call last):
File “C:/Users/Mo/PycharmProjects/DeepSpeech/Model.py”, line 7, in
model = deepspeech.Model(‘deepspeech-0.9.3-models.pbmm’)
File “C:\Users\Mo\PycharmProjects\LastVE\venv\lib\site-packages\deepspeech_init_.py”, line 38, in init
raise RuntimeError(“CreateModel failed with ‘{}’ (0x{:X})”.format(deepspeech.impl.ErrorCodeToErrorMessage(status),status))
RuntimeError: CreateModel failed with ‘Failed to initialize memory mapped model.’ (0x3000)
Need help over here