Replies: 1 comment
-
>>> lissyx |
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
-
>>> jensm16
[April 29, 2019, 12:47pm]
Hello everyone, slash
I downloaded and installed deepspeech slash
pip3 install deepspeech slash
and the model using slash
wget -c
https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/deepspeech-0.4.1-models.tar.gz slash
To check if it is working I used self made and publicly available wav
files, e.g. man_wb1.wav from https://github.com/EN10/DeepSpeech slash
The output is always the same: slash
jh186076 slash MUSJH186076-933 DeepSpeech (master) slash $ deepspeech slash --model
models/output_graph.pbmm slash --alphabet models/alphabet.txt slash --lm
models/lm.binary slash --trie models/trie slash --audio man1_wb.wav slash
Loading model from file models/output_graph.pbmm slash
TensorFlow: v1.12.0-10-ge232881c5a slash
DeepSpeech: v0.4.1-0-g0e40db6 slash
2019-04-29 14:37:41.623082: 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
Loaded model in 0.0102s. slash
Loading language model from files models/lm.binary models/trie slash
Loaded language model in 1.68s. slash
Running inference.
Inference took 3.477s for 8.208s audio file.
What am I doing wrong? Any help or advice how to further investigate
this behaviour would be much appreciated.
[This is an archived TTS discussion thread from discourse.mozilla.org/t/possible-sample-files-to-check-basic-functionality]
Beta Was this translation helpful? Give feedback.
All reactions