You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to launch the example in the readme.txt,
unfortunately I don't have any files in the folder temp/lang which make me having this error :
FileNotFoundError: [Errno 2] No such file or directory: 'temp/lang/words.txt'
temp/trans.txt: No such file or directory
cat: temp/custom.lm: No such file or directory
arpa2fst --disambig-symbol=#0 --read-symbol-table=temp/lang/words.txt - temp/lang/G.fst
ERROR (arpa2fst[5.5.958~1-57f8d]:Input():kaldi-io.cc:756) Error opening input stream temp/lang/words.txt
kaldi::KaldiFatalErrorTraceback (most recent call last):
File "scripts/convert_ctm.py", line 48, in
main()
File "scripts/convert_ctm.py", line 32, in main
lines = [line.strip() for line in open(args.input_words)]
FileNotFoundError: [Errno 2] No such file or directory: 'temp/lang/words.txt'
Traceback (most recent call last):
File "scripts/convert_ctm.py", line 48, in
main()
File "scripts/convert_ctm.py", line 32, in main
lines = [line.strip() for line in open(args.input_words)]
FileNotFoundError: [Errno 2] No such file or directory: 'temp/lang/phones.txt'
copy-int-vector ark:temp/out/1.ali ark,t:temp/out/transids.txt
LOG (copy-int-vector[5.5.9581-57f8d]:main():copy-int-vector.cc:83) Copied 0 vectors of int32.
show-transitions temp/lang/phones.txt exp/tdnn_7b_chain_online/final.mdl
ERROR: SymbolTable::ReadText: Can't open file temp/lang/phones.txt
ERROR (show-transitions[5.5.9581-57f8d]:main():show-transitions.cc:56) Could not read symbol table from file temp/lang/phones.txt
Have you download the models using: sh download_extract.sh
also you should change your kaldi path (check the readme).
Also this code is relatively old and Kaldi has probably get updated in the meantime. I have not tested this code for a while and I don't have the time right now for testing with new kaldi, If you have the models and also updated the path and still get some error then perhaps you need to use older version of the Kaldi. I don't remember the version at time of writing this scripts, however you can approximate based on time of release.
Hello,
I am trying to launch the example in the readme.txt,
unfortunately I don't have any files in the folder temp/lang which make me having this error :
Am I the only one to have this issue ?
Do I need to install or download something excepted Kaldi and SRILM?
The text was updated successfully, but these errors were encountered: