I am trying to get the mic_vad_streaming example running with my language model but it throws
Error: Trie file version mismatch (4 instead of expected 3). Update your trie file.
followed by:
Successfully loaded LM and TRIE
[The program does not stop and continues to the inference stage]
The streaming goes on to work as if there was no language model post processing(equivalent to lm_alpha,lm_beta =0)
I had this issue while training but we fixed it by installing the correct decoder version and i can not seem to fix this now. any help?
[INFO]
Python 3.6.8
tensorflow.version
ā1.14.0ā
ds-ctcdecoder==0.6.0a0
deepspeech-gpu==0.5.0
I do not have that error when I run it with the pretrain model folder i downloaded for the deepspeech repo.