There was an error while loading. Please reload this page.
1 parent 24bc222 commit 244251fCopy full SHA for 244251f
egs/wsj/s5/run.sh
@@ -123,7 +123,7 @@ if [ $stage -le 2 ]; then
123
124
for data in dev93 eval92; do
125
nspk=$(wc -l <data/test_${data}/spk2utt)
126
- steps/decode.sh --nj $nj --cmd "$decode_cmd" exp/tri1/graph_nosp_tgpr \
+ steps/decode.sh --nj $nspk --cmd "$decode_cmd" exp/tri1/graph_nosp_tgpr \
127
data/test_${data} exp/tri1/decode_nosp_tgpr_${data} || exit 1;
128
129
# test various modes of LM rescoring (4 is the default one).
0 commit comments