i am doing training my deepspeech model after building lm.binary and trie using kenlm.
i am using deepspeech==0.6.0a15
ds-ctcdecoder==0.6.0a15
python 3.7.3
i am getting error Error: Trie file version mismatch (4 instead of expected 5). Update your trie file.
terminate called after throwing an instance of ‘int’
Fatal Python error: Aborted.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
2
Have you built it using the proper versions ? The error would suggest that no.
For 0.6.0a15 the instructions on building a language model are here[1] and differ from what you have done. In particular you do not use the -a and -q flags. In addition, make sure you are using the proper 0.6.0a15 version of generate_trie