Thanks Dan. I edited the cmd.sh and replaced all
queue.pl instances with
run.pl. However, after running the script ./run.sh (and after a long time), it gave me the following error (last few lines):
add-self-loops --self-loop-scale=0.1 --reorder=true exp/sgmm2_4a_ali/final.mdl
steps/make_denlats_sgmm2.sh: feature type is lda
steps/make_denlats_sgmm2.sh: using fMLLR transforms from exp/tri3b
run.pl: 20 / 20 failed, log is in exp/sgmm2_4a_denlats/log/1/decode_den.*.log
steps/make_denlats_sgmm2.sh: error generating denominator lattices
steps/train_mmi_sgmm2.sh --cmd
run.pl --transform-dir exp/tri3b --boost 0.2 data/train data/lang exp/sgmm2_4a_ali exp/sgmm2_4a_denlats exp/sgmm2_4a_mmi_b0.2
steps/train_mmi_sgmm2.sh: no such file exp/sgmm2_4a_denlats/lat.1.gz
steps/train_mmi_sgmm2.sh --cmd
run.pl --transform-dir exp/tri3b --boost 0.2 --drop-frames true data/train data/lang exp/sgmm2_4a_ali exp/sgmm2_4a_denlats exp/sgmm2_4a_mmi_b0.2_x
steps/decode_sgmm2_rescore.sh --cmd
run.pl --iter 3 --transform-dir exp/tri3b/decode data/lang data/test exp/sgmm2_4a/decode exp/sgmm2_4a_mmi_b0.2/decode_it3
steps/decode_sgmm2_rescore.sh --cmd
run.pl --iter 4 --transform-dir exp/tri3b/decode data/lang data/test exp/sgmm2_4a/decode exp/sgmm2_4a_mmi_b0.2/decode_it4
steps/decode_sgmm2_rescore.sh --cmd
run.pl --iter 1 --transform-dir exp/tri3b/decode data/lang data/test exp/sgmm2_4a/decode exp/sgmm2_4a_mmi_b0.2/decode_it1
steps/decode_sgmm2_rescore.sh --cmd
run.pl --iter 2 --transform-dir exp/tri3b/decode data/lang data/test exp/sgmm2_4a/decode exp/sgmm2_4a_mmi_b0.2/decode_it2
steps/decode_sgmm2_rescore.sh: no such file exp/sgmm2_4a_mmi_b0.2/2.mdl
steps/decode_sgmm2_rescore.sh: no such file exp/sgmm2_4a_mmi_b0.2/1.mdl
steps/decode_sgmm2_rescore.sh: no such file exp/sgmm2_4a_mmi_b0.2/3.mdl
steps/decode_sgmm2_rescore.sh: no such file exp/sgmm2_4a_mmi_b0.2/4.mdl
steps/train_mmi_sgmm2.sh: no such file exp/sgmm2_4a_denlats/lat.1.gz
steps/decode_sgmm2_rescore.sh --cmd
run.pl --iter 4 --transform-dir exp/tri3b/decode data/lang data/test exp/sgmm2_4a/decode exp/sgmm2_4a_mmi_b0.2_x/decode_it4
steps/decode_sgmm2_rescore.sh --cmd
run.pl --iter 2 --transform-dir exp/tri3b/decode data/lang data/test exp/sgmm2_4a/decode exp/sgmm2_4a_mmi_b0.2_x/decode_it2
steps/decode_sgmm2_rescore.sh --cmd
run.pl --iter 3 --transform-dir exp/tri3b/decode data/lang data/test exp/sgmm2_4a/decode exp/sgmm2_4a_mmi_b0.2_x/decode_it3
steps/decode_sgmm2_rescore.sh --cmd
run.pl --iter 1 --transform-dir exp/tri3b/decode data/lang data/test exp/sgmm2_4a/decode exp/sgmm2_4a_mmi_b0.2_x/decode_it1
steps/decode_combine.sh data/test data/lang exp/tri1/decode exp/tri2a/decode exp/combine_1_2a/decode
steps/decode_combine.sh: no such file exp/tri2a/decode/lat.1.gz
audio-dnn@sjlab213:~/Projects/Kaldi/kaldi/egs/rm/s5$ steps/decode_sgmm2_rescore.sh: no such file exp/sgmm2_4a_mmi_b0.2_x/3.mdl
steps/decode_sgmm2_rescore.sh: no such file exp/sgmm2_4a_mmi_b0.2_x/1.mdl
steps/decode_sgmm2_rescore.sh: no such file exp/sgmm2_4a_mmi_b0.2_x/4.mdl
steps/decode_sgmm2_rescore.sh: no such file exp/sgmm2_4a_mmi_b0.2_x/2.mdl
run.pl: 20 / 20 failed, log is in exp/sgmm2_4a_denlats/log/2/decode_den.*.log
Would you please take a look at it and let me know what might be the problem?
Also, is it ok if running this example on gpu takes long time (several hours till error)?
Thank you,
Ali