Hello,
I bet this is simplest question on the forum, but still cannot understand what is wrong.
I have created all necessary binary files:
text.txt
alphabet.txt
words.arpa
lm.binary
I do not understand how to create trie file. Have went through 3-4 tutorials still does not understand.
I was looking for generate_trie folder on DeepSpeech folder, but could not find it.
My directory is /home/stass/train/DeepSpeech/native_client/
My files(alphabet, lm.binary etc) are stored at /home/stass/latvian1
I have tried to run command
(deepspeech-venv1) stass@stass-VirtualBox:~/train/DeepSpeech/native_client/generate_trie$ /home/stass/train/DeepSpeech/native_client/generate_trie /home/stass/latvian1/alphabet.txt /home/stass/latvian1/lm.binary /home/stass/latvian1/train.txt /home/stass/latvian1/trie
No such directory that is obvious even tried to create such director. Any suggestions would be appreciated.
My version is 0.6.1. I just compared GitHub latest version with my folder architecture. On github they do not have native folder as well. <— DID not know that you do not need it any more.
Does it mean after lm.binary creation i can imidially process to ./DeepSpeech.py --train_files …/data/CV/en/clips/train.csv --dev_files …/data/CV/en/clips/dev.csv --test_files …/data/CV/en/clips/test.csv command ? Does even binary creation in this case is necessary and how to use it in this case ?
Hello, no it created native_client folder without generate_trie, have tried 2 times.
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
9
generate_trie is not required anymore, so verify how you call taskcluster.py (read --help please) and ensure you have matching version. It should be the default behavior, but …
@lissyx currently I am using v0.7.4 deep speech, I have completed creating lm.binary. what is the next step I should do? as you have mentioned we dont require generate_trie anymore what should I do next? please explain me clearly.
I can find the file taskcluster.py
lissyx
((slow to reply) [NOT PROVIDING SUPPORT])
11
We have docs written for that, please read them before asking for help.