We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d17da commit cdf2d68Copy full SHA for cdf2d68
egs/swbd/s5c/local/chain/multi_condition/run_tdnn_aug_1a.sh
@@ -128,7 +128,7 @@ if [ $stage -le 14 ]; then
128
echo "$0: creating neural net configs using the xconfig parser";
129
130
num_targets=$(tree-info $treedir/tree |grep num-pdfs|awk '{print $2}')
131
- learning_rate_factor=$(echo "print 0.5/$xent_regularize" | python)
+ learning_rate_factor=$(echo "print(0.5/$xent_regularize)" | python3)
132
affine_opts="l2-regularize=0.01 dropout-proportion=0.0 dropout-per-dim=true dropout-per-dim-continuous=true"
133
tdnnf_opts="l2-regularize=0.01 dropout-proportion=0.0 bypass-scale=0.66"
134
linear_opts="l2-regularize=0.01 orthonormal-constraint=-1.0"
0 commit comments