Skip to content
New issue

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

Error at startup./mkgraph_lookahead.sh #1642

Open
retr0-iv opened this issue Oct 11, 2024 · 4 comments
Open

Error at startup./mkgraph_lookahead.sh #1642

retr0-iv opened this issue Oct 11, 2024 · 4 comments

Comments

@retr0-iv
Copy link

retr0-iv commented Oct 11, 2024

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?

@nshmyrev
Copy link
Collaborator

You need to read the full log, this information is not enough. You can share it here too, but do not forget about formatting.

@retr0-iv
Copy link
Author

You need to read the full log, this information is not enough. You can share it here too, but do not forget about formatting.

how do I view the full log?

@nshmyrev
Copy link
Collaborator

It is in terminal when you run the script, it is just longer than few lines you pasted.

@retr0-iv
Copy link
Author

I have attached the logs and contents of the executable file in an attachment.
Logs+compile-graph.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants