提交 f34b7959 编写于 作者: Y yangyaming

Change default value of minimum_batch_size to 1.

上级 2c59afb0
......@@ -25,7 +25,7 @@ def parse_args():
parser.add_argument(
'--minimum_batch_size',
type=int,
default=32,
default=1,
help='The minimum sequence number of a batch data. (default: %(default)d)'
)
parser.add_argument(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册