We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During the deployment process, kaldi reached the point of use utils/mkgraph_lookahead.sh . Returns an error:
utils/mkgraph_lookahead.sh : compiling grammar data/ru-mix.lm.gz tree-info exp/tdnn/tree tree-info exp/tdnn/tree fstdeterminizestar data/lang/L_disambig.fst fstcomposecontext --context-size=2 --central-position=1 --read-disambig-syms=data/lang/phones/disambig.int --write-disambig-syms=exp/tdnn/lgraph/disambig_ilabels_2_1.int exp/tdnn/lgraph/ilabels_2_1.3718 exp/tdnn/lgraph/L_disambig_det.fst make-h-transducer --disambig-syms-out=exp/tdnn/lgraph/disambig_tid.int --transition-scale=1.0 exp/tdnn/lgraph/ilabels_2_1 exp/tdnn/tree exp/tdnn/final.mdl add-self-loops --disambig-syms=exp/tdnn/lgraph/disambig_tid.int --self-loop-scale=1.0 --reorder=true exp/tdnn/final.mdl fstdeterminizestar apply_map.pl: warning! missing key 0 in exp/tdnn/lgraph/relabel apply_map.pl: warning! missing key 250012 in exp/tdnn/lgraph/relabel ERROR: SymbolTable::Read: Read failed: standard input ERROR: SymbolTable::Read: Read failed: standard input ERROR: VectorFst::Read: Unexpected end of file: standard input ERROR: FstHeader::Read: Bad FST header: standard input. Magic number not matched. Got: 0
Before this step, everything worked correctly and was installed without errors. What could be wrong? how to solve this problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During the deployment process, kaldi reached the point of use utils/mkgraph_lookahead.sh . Returns an error:
Before this step, everything worked correctly and was installed without errors. What could be wrong? how to solve this problem?
The text was updated successfully, but these errors were encountered: