Skip to content

Commit 4a7645f

Browse files
committed
chain2: merge pull request #3765 to pybind11
1 parent b126b5b commit 4a7645f

File tree

3 files changed

+2
-377
lines changed

3 files changed

+2
-377
lines changed

egs/mini_librispeech/s5/local/chain2/tuning/run_tdnn_1a.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ mkdir -p $dir/configs/
140140
# $dir/init will contain the initial models
141141
mkdir -p $dir/init/
142142

143-
learning_rate_factor=$(echo "print 0.5/$xent_regularize" | python)
143+
learning_rate_factor=$(echo "print (0.5/$xent_regularize)" | python)
144144

145145
if [ $stage -le 14 ]; then
146146

egs/mini_librispeech/s5/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fi
196196

197197
# Train a chain model
198198
if [ $stage -le 9 ]; then
199-
local/chain/run_tdnn.sh
199+
local/chain2/run_tdnn.sh
200200
fi
201201

202202
# local/grammar/simple_demo.sh

egs/swbd/s5c/local/chain2/tuning/run_tdnn_7k.sh~HEAD

Lines changed: 0 additions & 375 deletions
This file was deleted.

0 commit comments

Comments
 (0)