未验证 提交 0ecd1983 编写于 作者: Q Qiao Longfei 提交者: GitHub

Merge pull request #12232 from wzzju/fix-default-value

Fix default value
......@@ -15,7 +15,7 @@
__all__ = ['batch']
def batch(reader, batch_size, drop_last=True):
def batch(reader, batch_size, drop_last=False):
"""
Create a batched reader.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册