Hi,
System config -
- Linux Ubuntu 18.04.2
- python --version ---------> Python 2.7.15+
- deepspeech --version
TensorFlow: v1.13.1-10-g3e0cc53
DeepSpeech: v0.5.0-0-g3db7a99
I am following this site - https://progur.com/2018/02/how-to-use-mozilla-deepspeech-tutorial.html
when i execute command -
deepspeech --model models/output_graph.pb --alphabet models/alphabet.txt --lm models/lm.binary --trie model/trie --audio test_files/hello.wav
i get below error -
Not Found : Op type not registered ‘Assert’ in binary running on Make Sure the Op and kernel are registered in the binary running in this process.
Any suggestions/help please.