Skip to content

Commit f6f4cca

Browse files
xu-gaopengkkm000
andauthored
Update run_blstm.sh (#4790)
* 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]>
1 parent 716f558 commit f6f4cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ if [ $stage -le 7 ]; then
8989
fast-lstmp-layer name=blstm2-backward input=Append(blstm1-forward, blstm1-backward) delay=2 $lstm_opts
9090
9191
fast-lstmp-layer name=blstm3-forward input=Append(blstm2-forward, blstm2-backward) delay=-3 $lstm_opts
92-
fast-lstmp-layer name=blstm3-backward input=Append(blstm2-forward, blstm2-backward delay=3 $lstm_opts
92+
fast-lstmp-layer name=blstm3-backward input=Append(blstm2-forward, blstm2-backward) delay=3 $lstm_opts
9393
94-
output-layer name=output output-delay=$label_delay dim=$num_targets max-change=1.5
94+
output-layer name=output input=Append(blstm3-forward, blstm3-backward) include-log-softmax=false output-delay=0 dim=$num_targets max-change=1.5
9595
EOF
9696
steps/nnet3/xconfig_to_configs.py --xconfig-file $dir/configs/network.xconfig --config-dir $dir/configs || exit 1
9797
fi

0 commit comments

Comments
 (0)