Skip to content
Snippets Groups Projects
Commit 244251fc authored by meixu song's avatar meixu song Committed by Daniel Povey
Browse files

[egs] Fix to egs/wsj/s5/run.sh (unset variable) (#1517)

parent 24bc2221
Branches
No related tags found
No related merge requests found
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment