Hi Deepspeech,
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04) : Ubuntu 16.04 LTS
- TensorFlow installed from (our builds, or upstream TensorFlow) : NO
- TensorFlow version (use command below) : 1.13
- Python version : Python 3.6.8
from the “pip list” command I can see the below installed version of both. Could you please correct me.
deepspeech 0.6.0a4
ds-ctcdecoder 0.5.1
I am getting --> Error: Trie file version mismatch (4 instead of expected 3). Update your trie file.
Here is the output of the command
I Saved new best validating model with loss 149.557864 to: /home/jargon-javi/speech/tools/backup/checkout/best_dev-120
Epoch 1 | Training | Elapsed Time: 0:00:06 | Steps: 5 | Loss: 175.983118
Epoch 1 | Validation | Elapsed Time: 0:00:00 | Steps: 3 | Loss: 150.642143 | Dataset: /home/jargon-javi/speech/tools/backup/train/dev.csv
Epoch 2 | Training | Elapsed Time: 0:00:06 | Steps: 5 | Loss: 174.152228
Epoch 2 | Validation | Elapsed Time: 0:00:00 | Steps: 3 | Loss: 150.533025 | Dataset: /home/jargon-javi/speech/tools/backup/train/dev.csv
Epoch 3 | Training | Elapsed Time: 0:00:06 | Steps: 5 | Loss: 172.228995
Epoch 3 | Validation | Elapsed Time: 0:00:00 | Steps: 3 | Loss: 151.794245 | Dataset: /home/jargon-javi/speech/tools/backup/train/dev.csv
I Early stop triggered as (for last 4 steps) validation loss: 151.794245 with standard deviation: 0.487455 and mean: 150.244344
I FINISHED optimization in 0:00:26.650283
Error: Trie file version mismatch (4 instead of expected 3). Update your trie file.
terminate called after throwing an instance of ‘int’
Aborted (core dumped)