提交 6e4f2465 编写于 作者: Y Yibing Liu

retune hyper-parameters for librispeech model

上级 959eb9b2
...@@ -21,8 +21,8 @@ python -u infer.py \ ...@@ -21,8 +21,8 @@ python -u infer.py \
--num_conv_layers=2 \ --num_conv_layers=2 \
--num_rnn_layers=3 \ --num_rnn_layers=3 \
--rnn_layer_size=2048 \ --rnn_layer_size=2048 \
--alpha=2.15 \ --alpha=2.5 \
--beta=0.35 \ --beta=0.3 \
--cutoff_prob=1.0 \ --cutoff_prob=1.0 \
--cutoff_top_n=40 \ --cutoff_top_n=40 \
--use_gru=False \ --use_gru=False \
......
...@@ -30,8 +30,8 @@ python -u infer.py \ ...@@ -30,8 +30,8 @@ python -u infer.py \
--num_conv_layers=2 \ --num_conv_layers=2 \
--num_rnn_layers=3 \ --num_rnn_layers=3 \
--rnn_layer_size=2048 \ --rnn_layer_size=2048 \
--alpha=2.15 \ --alpha=2.5 \
--beta=0.35 \ --beta=0.3 \
--cutoff_prob=1.0 \ --cutoff_prob=1.0 \
--cutoff_top_n=40 \ --cutoff_top_n=40 \
--use_gru=False \ --use_gru=False \
......
...@@ -22,8 +22,8 @@ python -u test.py \ ...@@ -22,8 +22,8 @@ python -u test.py \
--num_conv_layers=2 \ --num_conv_layers=2 \
--num_rnn_layers=3 \ --num_rnn_layers=3 \
--rnn_layer_size=2048 \ --rnn_layer_size=2048 \
--alpha=2.15 \ --alpha=2.5 \
--beta=0.35 \ --beta=0.3 \
--cutoff_prob=1.0 \ --cutoff_prob=1.0 \
--cutoff_top_n=40 \ --cutoff_top_n=40 \
--use_gru=False \ --use_gru=False \
......
...@@ -31,8 +31,8 @@ python -u test.py \ ...@@ -31,8 +31,8 @@ python -u test.py \
--num_conv_layers=2 \ --num_conv_layers=2 \
--num_rnn_layers=3 \ --num_rnn_layers=3 \
--rnn_layer_size=2048 \ --rnn_layer_size=2048 \
--alpha=2.15 \ --alpha=2.5 \
--beta=0.35 \ --beta=0.3 \
--cutoff_prob=1.0 \ --cutoff_prob=1.0 \
--cutoff_top_n=40 \ --cutoff_top_n=40 \
--use_gru=False \ --use_gru=False \
......
...@@ -21,8 +21,8 @@ python -u infer.py \ ...@@ -21,8 +21,8 @@ python -u infer.py \
--num_conv_layers=2 \ --num_conv_layers=2 \
--num_rnn_layers=3 \ --num_rnn_layers=3 \
--rnn_layer_size=2048 \ --rnn_layer_size=2048 \
--alpha=2.15 \ --alpha=2.5 \
--beta=0.35 \ --beta=0.3 \
--cutoff_prob=1.0 \ --cutoff_prob=1.0 \
--cutoff_top_n=40 \ --cutoff_top_n=40 \
--use_gru=False \ --use_gru=False \
......
...@@ -30,8 +30,8 @@ python -u infer.py \ ...@@ -30,8 +30,8 @@ python -u infer.py \
--num_conv_layers=2 \ --num_conv_layers=2 \
--num_rnn_layers=3 \ --num_rnn_layers=3 \
--rnn_layer_size=2048 \ --rnn_layer_size=2048 \
--alpha=2.15 \ --alpha=2.5 \
--beta=0.35 \ --beta=0.3 \
--cutoff_prob=1.0 \ --cutoff_prob=1.0 \
--cutoff_top_n=40 \ --cutoff_top_n=40 \
--use_gru=False \ --use_gru=False \
......
...@@ -22,8 +22,8 @@ python -u test.py \ ...@@ -22,8 +22,8 @@ python -u test.py \
--num_conv_layers=2 \ --num_conv_layers=2 \
--num_rnn_layers=3 \ --num_rnn_layers=3 \
--rnn_layer_size=2048 \ --rnn_layer_size=2048 \
--alpha=2.15 \ --alpha=2.5 \
--beta=0.35 \ --beta=0.3 \
--cutoff_prob=1.0 \ --cutoff_prob=1.0 \
--cutoff_top_n=40 \ --cutoff_top_n=40 \
--use_gru=False \ --use_gru=False \
......
...@@ -31,8 +31,8 @@ python -u test.py \ ...@@ -31,8 +31,8 @@ python -u test.py \
--num_conv_layers=2 \ --num_conv_layers=2 \
--num_rnn_layers=3 \ --num_rnn_layers=3 \
--rnn_layer_size=2048 \ --rnn_layer_size=2048 \
--alpha=2.15 \ --alpha=2.5 \
--beta=0.35 \ --beta=0.3 \
--cutoff_prob=1.0 \ --cutoff_prob=1.0 \
--cutoff_top_n=40 \ --cutoff_top_n=40 \
--use_gru=False \ --use_gru=False \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册