Skip to content

Commit 3f4f425

Browse files
stanleyguandanpovey
authored andcommitted
[egs] Fix TDNN example scripts to respect given train_cmd (kaldi-asr#2460)
1 parent d23cad8 commit 3f4f425

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

egs/swbd/s5c/local/chain/tuning/run_tdnn_7o.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ if [ $stage -le 13 ]; then
197197

198198

199199
steps/nnet3/chain/train.py --stage $train_stage \
200+
--cmd "$train_cmd" \
200201
--feat.online-ivector-dir exp/nnet3/ivectors_${train_set} \
201202
--feat.cmvn-opts "--norm-means=false --norm-vars=false" \
202203
--chain.xent-regularize $xent_regularize \

egs/swbd/s5c/local/chain/tuning/run_tdnn_7p.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ if [ $stage -le 13 ]; then
185185

186186

187187
steps/nnet3/chain/train.py --stage $train_stage \
188+
--cmd "$train_cmd" \
188189
--feat.online-ivector-dir exp/nnet3/ivectors_${train_set} \
189190
--feat.cmvn-opts "--norm-means=false --norm-vars=false" \
190191
--chain.xent-regularize $xent_regularize \

0 commit comments

Comments
 (0)