On MacOS, I have created all the files necessary for training a specific Vietnamese model and now i am stuck at trie generation.
I give these command:
/Users/tringuyen/Documents/DeepSpeech/DeepSpeech/generate_trie /
/Users/tringuyen/Documents/DeepSpeech/mymodels/alphabet.txt /
/Users/tringuyen/Documents/DeepSpeech/mymodels/mylm.binary /
/Users/tringuyen/Documents/DeepSpeech/mymodels
I get this error:
ERROR: VectorFst::Write: Write failed: <unspecifed>
Can anyone please help me?