Can't parse trie file

Hi Everyone,

Almost whole week I am trying to start to train my own data, but still getting the errors.
The last error which I couldn’t resolve is related to trie file

This is the way how I have created tried file:
…/DeepSpeech/native_client/generate_trie /home/ubuntu/english-models/alphabet.txt /home/ubuntu/english-models/lm.binary /home/ubuntu/english-models/vocabulary.txt /home/ubuntu/english-models/trie

And when I have run my run script I got this (1 epoch):

I checked my trie file:

There are some numbers somehow appeared (((

Maybe I my generate_trie file is properly formed?
I did this way:
python util/taskcluster.py --arch gpu --target native_client --branch "v0.1.1"

Please, anyone has the same problem. I need help so much )

@elpimous_robot @lissyx
Best

Can you document the version of generate_trie you used ? What’s the produced file size ?

Can you avoid screenshots please ?

@lissyx Thanks for your response, my syntax of generating trie was incorrect. I had to not include vocabulary.txt.

1 Like