Closed mathquis closed 4 years ago
During training (which fails silently), I get very strange entries in the dictionary.txt file in the profile/fr/kaldi/model/ folder.
dictionary.txt
profile/fr/kaldi/model/
adam a d A~ ('adam', 2)(a d a m)
This looks like a format issue...
Also got in the logs:
ERROR (arpa2fst[5.5]:Input():kaldi-io.cc:756) Error opening input stream /profiles/fr/kaldi/model/data/lang/words.txt
The words.txt file is not there (re-downloaded the profile + kaldi). No changes.
words.txt
Got it! This must've been a mistake during refactoring. It'll happen when there's more than one pronunciation for a word. Fixed in master.
master
During training (which fails silently), I get very strange entries in the
dictionary.txt
file in theprofile/fr/kaldi/model/
folder.This looks like a format issue...
Also got in the logs:
The
words.txt
file is not there (re-downloaded the profile + kaldi). No changes.