Skip to content

Commit

Permalink
Update run_blstm.sh (kaldi-asr#4790)
Browse files Browse the repository at this point in the history
* Update run_blstm.sh

fix bug aspire run_blstm.sh

* Update egs/aspire/s5/local/nnet3/run_blstm.sh

Co-authored-by: Cy 'kkm' Katsnelson <[email protected]>

Co-authored-by: Cy 'kkm' Katsnelson <[email protected]>
  • Loading branch information
xu-gaopeng and kkm000 authored Sep 26, 2022
1 parent 716f558 commit f6f4cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/aspire/s5/local/nnet3/run_blstm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ if [ $stage -le 7 ]; then
fast-lstmp-layer name=blstm2-backward input=Append(blstm1-forward, blstm1-backward) delay=2 $lstm_opts
fast-lstmp-layer name=blstm3-forward input=Append(blstm2-forward, blstm2-backward) delay=-3 $lstm_opts
fast-lstmp-layer name=blstm3-backward input=Append(blstm2-forward, blstm2-backward delay=3 $lstm_opts
fast-lstmp-layer name=blstm3-backward input=Append(blstm2-forward, blstm2-backward) delay=3 $lstm_opts
output-layer name=output output-delay=$label_delay dim=$num_targets max-change=1.5
output-layer name=output input=Append(blstm3-forward, blstm3-backward) include-log-softmax=false output-delay=0 dim=$num_targets max-change=1.5
EOF
steps/nnet3/xconfig_to_configs.py --xconfig-file $dir/configs/network.xconfig --config-dir $dir/configs || exit 1
fi
Expand Down

0 comments on commit f6f4cca

Please sign in to comment.