Hi everyone,
i have monophone and triphone system, everything is fine but i have errors in the decoding part of my run.sh script.
Here is my case for the triphone (it'sthe same for monophone) :
steps/decode.sh --config conf/decode.config --nj 1 --cmd
run.pl exp/tri1/graph data/test exp/tri1/decode
decode.sh: feature type is delta
steps/diagnostic/analyze_lats.sh --cmd
run.pl exp/tri1/graph exp/tri1/decode
run.pl: job failed, log is in exp/tri1/decode/log/analyze_alignments.log
steps/decode.sh: Not scoring because local/score.sh does not exist or not executable.
i opened the log file and it reports the following:
Traceback (most recent call last):
File "steps/diagnostic/analyze_phone_length_stats.py", line 179, in <module>
assert num_utterances > 0
AssertionError
I am looking at the python script and at its inputs which are contained in the phone_stats.*.gz file:
1 all 6 224
1 all 6 240
1 begin 6 224
1 begin 6 240
none of them are negative. What could be a possible solution?
Thanks in advance.