]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/kaldi.git/blobdiff - egs/aishell/s5/local/chain/tuning/run_tdnn_1a.sh
[scripts,src,egs] simplify by removing --leftmost-questions-truncate option (#1840)
[processor-sdk/kaldi.git] / egs / aishell / s5 / local / chain / tuning / run_tdnn_1a.sh
index d6432f62b092352a8dff2f38a91aba6575da5bea..a0b183e3c5a95ee235672e439a7c72418a166e7f 100755 (executable)
@@ -16,7 +16,6 @@ decode_iter=
 num_epochs=4
 initial_effective_lrate=0.001
 final_effective_lrate=0.0001
-leftmost_questions_truncate=-1
 max_param_change=2.0
 final_layer_normalize_target=0.5
 num_jobs_initial=2
@@ -83,7 +82,6 @@ if [ $stage -le 9 ]; then
   # Build a tree using our new topology. This is the critically different
   # step compared with other recipes.
   steps/nnet3/chain/build_tree.sh --frame-subsampling-factor 3 \
-      --leftmost-questions-truncate $leftmost_questions_truncate \
       --context-opts "--context-width=2 --central-position=1" \
       --cmd "$train_cmd" 5000 data/$train_set $lang $ali_dir $treedir
 fi