Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion egs/swbd/s5c/local/chain/tuning/run_blstm_6j.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ if [ $stage -le 13 ]; then
--chain.l2-regularize 0.00005 \
--chain.apply-deriv-weights false \
--chain.lm-opts="--num-extra-lm-states=2000" \
--chain.left-deriv-truncate 0 \
--trainer.num-chunk-per-minibatch 64 \
--trainer.frames-per-iter 1200000 \
--trainer.max-param-change 2.0 \
Expand All @@ -186,6 +185,7 @@ if [ $stage -le 13 ]; then
--trainer.optimization.initial-effective-lrate 0.001 \
--trainer.optimization.final-effective-lrate 0.0001 \
--trainer.optimization.momentum 0.0 \
--trainer.deriv-truncate-margin 10 \
--egs.stage $get_egs_stage \
--egs.opts "--frames-overlap-per-eg 0" \
--egs.chunk-width $chunk_width \
Expand Down
2 changes: 1 addition & 1 deletion egs/swbd/s5c/local/chain/tuning/run_lstm_6j.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ if [ $stage -le 13 ]; then
--chain.l2-regularize 0.00005 \
--chain.apply-deriv-weights false \
--chain.lm-opts="--num-extra-lm-states=2000" \
--chain.left-deriv-truncate 0 \
--trainer.num-chunk-per-minibatch 64 \
--trainer.frames-per-iter 1200000 \
--trainer.max-param-change 2.0 \
Expand All @@ -182,6 +181,7 @@ if [ $stage -le 13 ]; then
--trainer.optimization.initial-effective-lrate 0.001 \
--trainer.optimization.final-effective-lrate 0.0001 \
--trainer.optimization.momentum 0.0 \
--trainer.deriv-truncate-margin 10 \
--egs.stage $get_egs_stage \
--egs.opts "--frames-overlap-per-eg 0" \
--egs.chunk-width $chunk_width \
Expand Down
4 changes: 2 additions & 2 deletions egs/swbd/s5c/local/chain/tuning/run_tdnn_lstm_1a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extra_right_context=0
frames_per_chunk=

remove_egs=false
common_egs_dir=exp/chain/tdnn_lstm_1a_ld5_sp/egs
common_egs_dir=

affix=
# End configuration section.
Expand Down Expand Up @@ -178,7 +178,6 @@ if [ $stage -le 13 ]; then
--chain.l2-regularize 0.00005 \
--chain.apply-deriv-weights false \
--chain.lm-opts="--num-extra-lm-states=2000" \
--chain.left-deriv-truncate 0 \
--trainer.num-chunk-per-minibatch 64 \
--trainer.frames-per-iter 1200000 \
--trainer.max-param-change 2.0 \
Expand All @@ -189,6 +188,7 @@ if [ $stage -le 13 ]; then
--trainer.optimization.initial-effective-lrate 0.001 \
--trainer.optimization.final-effective-lrate 0.0001 \
--trainer.optimization.momentum 0.0 \
--trainer.deriv-truncate-margin 10 \
--egs.stage $get_egs_stage \
--egs.opts "--frames-overlap-per-eg 0" \
--egs.chunk-width $chunk_width \
Expand Down
8 changes: 4 additions & 4 deletions egs/swbd/s5c/local/chain/tuning/run_tdnn_lstm_1b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
set -e

# configs for 'chain'
stage=13
train_stage=123
stage=12
train_stage=-10
get_egs_stage=-10
speed_perturb=true
dir=exp/chain/tdnn_lstm_1b # Note: _sp will get added to this if $speed_perturb == true.
Expand All @@ -37,7 +37,7 @@ extra_right_context=0
frames_per_chunk=

remove_egs=false
common_egs_dir=exp/chain/tdnn_lstm_1a_ld5_sp/egs
common_egs_dir=

affix=
# End configuration section.
Expand Down Expand Up @@ -174,7 +174,6 @@ if [ $stage -le 13 ]; then
--chain.l2-regularize 0.00005 \
--chain.apply-deriv-weights false \
--chain.lm-opts="--num-extra-lm-states=2000" \
--chain.left-deriv-truncate 0 \
--trainer.num-chunk-per-minibatch 64 \
--trainer.frames-per-iter 1200000 \
--trainer.max-param-change 2.0 \
Expand All @@ -185,6 +184,7 @@ if [ $stage -le 13 ]; then
--trainer.optimization.initial-effective-lrate 0.001 \
--trainer.optimization.final-effective-lrate 0.0001 \
--trainer.optimization.momentum 0.0 \
--trainer.deriv-truncate-margin 10 \
--egs.stage $get_egs_stage \
--egs.opts "--frames-overlap-per-eg 0" \
--egs.chunk-width $chunk_width \
Expand Down