Replies: 10 comments
-
>>> sebastienlayer |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> sebastienlayer |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
>>> sebastienlayer |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
>>> sebastienlayer |
Beta Was this translation helpful? Give feedback.
-
>>> sebastienlayer
[April 25, 2019, 12:50pm]
hello,
I just try to train my own model based on the french common voice
corpus. No problem on this side for the moment
I trained the moment on a machine with GPU. As I have a problem of CUDA
dependencies when i try to run my model, i build a second VM just for
execution the model without contraint
On this second machine, i think all is ok because when i try to execute
the english pre-trained model, i have no problem. When i do the same
thing with my own model, i have a basic error. I do really not
understand where it came from.
is there somebody who can help me investigating this issue. Thx
One more thing. I train my model with tensorflow 1.13.1 and
deepspeech 0.4.1 as explain on deepspeech github. however the deepseech
runtime i install via pip is based on TensorFlow
v1.12.0-10-ge232881, DeepSpeech: v0.4.1-0-g0e40db6.
Do you think it can be a problem. Perhaps i need to build my own native
client based on tensorflow 1.13 ?
Thanks in advance for your advice.
(deepspeech-venv) slash [layer slash deepspeech slash ~ slash ] slash $ deepspeech slash --model
modelsfr/speech2text_fr_v1.pbmm slash --alphabet modelsfr/alphabet.txt
slash --audio modelsfr/test_audio.wav slash
Loading model from file modelsfr/speech2text_fr_v1.pbmm slash
TensorFlow: v1.12.0-10-ge232881 slash
DeepSpeech: v0.4.1-0-g0e40db6 slash
2019-04-25 11:13:39.159754: I
tensorflow/core/platform/cpu_feature_guard.cc:141 slash ] Your CPU supports
instructions that this TensorFlow binary was not compiled to use: AVX2
FMA slash
Not found: Op type not registered 'AudioSpectrogram' in binary running
on deepspeech. Make sure the Op and Kernel are registered in the binary
running in this process. Note that if you are loading a saved graph
which used ops from tf.contrib, accessing (e.g.)
tf.contrib.resampler
should be done before importing the graph, as contrib ops are lazily
registered when the module is first accessed. slash
Traceback (most recent call last): slash
File '/home/layer/deepspeech-venv/bin/deepspeech', line 11, in slash
sys.exit(main()) slash
File
'/home/layer/deepspeech-venv/lib64/python3.6/site-packages/deepspeech/client.py',
line 80, in main slash
ds = Model(args.model, N_FEATURES, N_CONTEXT, args.alphabet,
BEAM_WIDTH) slash
File
'/home/layer/deepspeech-venv/lib64/python3.6/site-packages/deepspeech/init.py',
line 14, in init slash
raise RuntimeError('CreateModel failed with error code
{}'.format(status)) slash
RuntimeError: CreateModel failed with error code 5
[This is an archived TTS discussion thread from discourse.mozilla.org/t/issue-when-im-running-my-own-french-model-solved]
Beta Was this translation helpful? Give feedback.
All reactions