supply param cutoff_top_n in several scripts of DS2

pull/2/head
Yibing Liu 7 years ago
parent 81207201da
commit ad08dd963a

@ -25,6 +25,7 @@ python -u test.py \
--alpha=2.15 \
--beta=0.35 \
--cutoff_prob=1.0 \
--cutoff_top_n=40 \
--use_gru=False \
--use_gpu=True \
--share_rnn_weights=True \

@ -32,6 +32,7 @@ python -u deploy/demo_server.py \
--alpha=0.36 \
--beta=0.25 \
--cutoff_prob=0.99 \
--cutoff_top_n=40 \
--use_gru=False \
--use_gpu=True \
--share_rnn_weights=True \

@ -24,6 +24,7 @@ python -u infer.py \
--alpha=2.15 \
--beta=0.35 \
--cutoff_prob=1.0 \
--cutoff_top_n=40 \
--use_gru=False \
--use_gpu=True \
--share_rnn_weights=True \

@ -33,6 +33,7 @@ python -u infer.py \
--alpha=2.15 \
--beta=0.35 \
--cutoff_prob=1.0 \
--cutoff_top_n=40 \
--use_gru=False \
--use_gpu=True \
--share_rnn_weights=True \

@ -25,6 +25,7 @@ python -u test.py \
--alpha=2.15 \
--beta=0.35 \
--cutoff_prob=1.0 \
--cutoff_top_n=40 \
--use_gru=False \
--use_gpu=True \
--share_rnn_weights=True \

@ -34,6 +34,7 @@ python -u test.py \
--alpha=2.15 \
--beta=0.35 \
--cutoff_prob=1.0 \
--cutoff_top_n=40 \
--use_gru=False \
--use_gpu=True \
--share_rnn_weights=True \

Loading…
Cancel
Save