Skip to content

Commit

Permalink
[egs] chime6: train_stats_sad_1a.sh add missing quotes (kaldi-asr#4007)
Browse files Browse the repository at this point in the history
  • Loading branch information
boeddeker authored May 31, 2020
1 parent c2f0295 commit 338dac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [ $stage -le 6 ]; then
num_utts_subset=`perl -e '$n=int($ARGV[0] * 0.005); print ($n > 300 ? 300 : ($n < 12 ? 12 : $n))' $num_utts`

steps/nnet3/train_raw_rnn.py --stage=$train_stage \
--feat.cmvn-opts=$cmvn_opts \
--feat.cmvn-opts="$cmvn_opts" \
--egs.chunk-width=$chunk_width \
--egs.dir="$egs_dir" --egs.stage=$get_egs_stage \
--egs.chunk-left-context=$extra_left_context \
Expand Down

0 comments on commit 338dac1

Please sign in to comment.