Skip to content

Commit

Permalink
[egs] Fix to egs/wsj/s5/run.sh (unset variable) (kaldi-asr#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
megazone87 authored and danpovey committed Mar 28, 2017
1 parent 35de592 commit 06b8bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/wsj/s5/run.sh
Expand Up @@ -123,7 +123,7 @@ if [ $stage -le 2 ]; then

for data in dev93 eval92; do
nspk=$(wc -l <data/test_${data}/spk2utt)
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 \
data/test_${data} exp/tri1/decode_nosp_tgpr_${data} || exit 1;

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

0 comments on commit 06b8bc7

Please sign in to comment.