Skip to content

Commit

Permalink
[egs] Fix a small bug in swbd 7p recipe (was not decoding some test s…
Browse files Browse the repository at this point in the history
…ets) (kaldi-asr#2454)
  • Loading branch information
hhadian authored and danpovey committed May 25, 2018
1 parent e0311e0 commit 9b23b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/swbd/s5c/local/chain/tuning/run_tdnn_7p.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ if [ ! -z $decode_iter ]; then
fi
if [ $stage -le 15 ]; then
rm $dir/.error 2>/dev/null || true
for decode_set in $maybe_rt03; do # train_dev eval2000
for decode_set in train_dev eval2000 $maybe_rt03; do
(
steps/nnet3/decode.sh --acwt 1.0 --post-decode-acwt 10.0 \
--nj $decode_nj --cmd "$decode_cmd" $iter_opts \
Expand Down

0 comments on commit 9b23b17

Please sign in to comment.