提交 5cabce84 编写于 作者: Y Yu Yang

Follow comments

上级 94c7e710
......@@ -291,7 +291,7 @@ class DataReader(object):
if not self._clip_last_batch and len(batch_creator.batch) != 0:
batches.append(batch_creator.batch)
if self._shuffle:
if self._shuffle_batch:
self._random.shuffle(batches)
for batch in batches:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册