File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ if [ $stage -le 5 ]; then
105105 utils/mkgraph.sh data/lang_test_tgmed exp/tri1 exp/tri1/graph
106106 steps/decode.sh --config conf/decode.config --nj 40 --cmd " $decode_cmd " exp/tri1/graph data/test exp/tri1/decode
107107 # Align - make graph - decode again
108- steps/align_si.sh --nj 20 --cmd " queue.pl " --use-graphs true data/train data/lang_test_tgmed exp/tri1 exp/tri1_ali
108+ steps/align_si.sh --nj 20 --cmd " $train_cmd " --use-graphs true data/train data/lang_test_tgmed exp/tri1 exp/tri1_ali
109109 utils/mkgraph.sh data/lang_test_tgmed exp/tri1_ali exp/tri1_ali/graph
110110 steps/decode.sh --config conf/decode.config --nj 40 --cmd " $decode_cmd " exp/tri1_ali/graph data/test exp/tri1_ali/decode
111111fi
You can’t perform that action at this time.
0 commit comments