Not Found : Op type not registered 'Assert' in binary running on <hostname>

Hi,
System config -

  1. Linux Ubuntu 18.04.2
  2. python --version ---------> Python 2.7.15+
  3. 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.

@laxmikant04.yadav It’s bad practice asking the same questions in several places. It does not make me wanting to help you. You have likely downloaded an older model, please use v0.5.1 released model.

@lissyx Thank-you!! I was able to resolve the issue by installing latest version.