I am trying to train a model on the Common Voice dataset. I have followed the documentation correctly and all the versions are correct.
After the 4th epoch it gives me this error:
Error: Trie file version mismatch (5 instead of expected 4). Update your trie file.
terminate called after throwing an instance of ‘int’
Fatal Python error: Aborted
Thread 0x00007f1eee197700 (most recent call first):
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/threading.py”, line 295 in wait
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/queue.py”, line 164 in get
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/tensorflow/python/summary/writer/event_file_writer.py”, line 159 in run
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/threading.py”, line 916 in _bootstrap_inner
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/threading.py”, line 884 in _bootstrap
Thread 0x00007f1eee998700 (most recent call first):
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/threading.py”, line 295 in wait
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/queue.py”, line 164 in get
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/tensorflow/python/summary/writer/event_file_writer.py”, line 159 in run
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/threading.py”, line 916 in _bootstrap_inner
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/threading.py”, line 884 in _bootstrap
Current thread 0x00007f1fde149700 (most recent call first):
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ds_ctcdecoder/swigwrapper.py”, line 279 in init
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ds_ctcdecoder/init.py”, line 30 in init
File “/home/ubuntu/DeepSpeech/DeepSpeech/evaluate.py”, line 48 in evaluate
File “./DeepSpeech.py”, line 672 in test
File “./DeepSpeech.py”, line 939 in main
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/absl/app.py”, line 251 in _run_main
File “/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/absl/app.py”, line 300 in run
File “./DeepSpeech.py”, line 962 in