提交 6791e34a 编写于 作者: P pkpk 提交者: 0YuanZhang0

change default sample_pro (#2770)

change default sample_pro  to ensure correctively running
上级 44ba35e8
......@@ -57,7 +57,7 @@ def parse_args():
parser.add_argument(
'--learning_rate', type=float, default=0.001, help='Learning rate')
parser.add_argument(
'--sample_pro', type=float, default=0.1, help='Sample probability for training data')
'--sample_pro', type=float, default=1, help='Sample probability for training data')
parser.add_argument(
'--max_len', type=int, default=50, help='Max length for sentences')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册