Skip to content

Commit 244251f

Browse files
megazone87danpovey
authored andcommitted
[egs] Fix to egs/wsj/s5/run.sh (unset variable) (#1517)
1 parent 24bc222 commit 244251f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/wsj/s5/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [ $stage -le 2 ]; then
123123

124124
for data in dev93 eval92; do
125125
nspk=$(wc -l <data/test_${data}/spk2utt)
126-
steps/decode.sh --nj $nj --cmd "$decode_cmd" exp/tri1/graph_nosp_tgpr \
126+
steps/decode.sh --nj $nspk --cmd "$decode_cmd" exp/tri1/graph_nosp_tgpr \
127127
data/test_${data} exp/tri1/decode_nosp_tgpr_${data} || exit 1;
128128

129129
# test various modes of LM rescoring (4 is the default one).

0 commit comments

Comments
 (0)