Hi,
I trying to do training of GMM, based on the TEDLIUM example.
While running stage 12 I got the following message:
"utils/mkgraph.sh: exp/tri2/graph_nosp/HCLG.fst is up to date.
steps/decode.sh --nj 8 --cmd
run.pl --num-threads 4 exp/tri2/graph_nosp data/train exp/tri2/decode_nosp_train
decode.sh: feature type is lda
steps/diagnostic/analyze_lats.sh --cmd
run.pl exp/tri2/graph_nosp exp/tri2/decode_nosp_train
analyze_phone_length_stats.py: WARNING: optional-silence SIL is seen only 59.6349467849% of the time at utterance begin. This may not be optimal.
analyze_phone_length_stats.py: WARNING: optional-silence SIL is seen only 73.2390192028% of the time at utterance end. This may not be optimal.
steps/diagnostic/analyze_lats.sh: see stats in exp/tri2/decode_nosp_train/log/analyze_alignments.log
Overall, lattice depth (10,50,90-percentile)=(1,6,77) and mean=28.1
steps/diagnostic/analyze_lats.sh: see stats in exp/tri2/decode_nosp_train/log/analyze_lattice_depth_stats.log
run.pl: 4 / 11 failed, log is in exp/tri2/decode_nosp_train/scoring/log/score.*.0.0.log
steps/decode.sh: Scoring failed. (ignore by '--skip-scoring true') "
In some of the logs I get error, others seem fine. Here is the error in 'exp\tri2\decode_nosp_train\scoring\log\score.7.0.0.log':
1055 of 1055 Segments For Channel a. Error: SCLITE execution failed
Command: sclite -r exp/tri2/decode_nosp_train/score_7_0.0/stm.filt stm -h exp/tri2/decode_nosp_train/score_7_0.0/ctm.filt.filt ctm exp/tri2/decode_nosp_train/score_7_0.0/ctm.filt -F -D -o sum rsum sgml lur dtl pra prf -C det sbhist hist -O exp/tri2/decode_nosp_train/score_7_0.0 -n ctm.filt.filt at /media/USERS/igor/kaldi/egs/ru_films/s5_r8/../../../tools/sctk/bin/
hubscr.pl line 658.
What is the meaning of this error? And how can I avoid it?
Thanks,
Igor