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