提交 83c72536 编写于 作者: Y Yang Yu

Update batch_size

上级 dc488c17
......@@ -147,7 +147,8 @@ class ParallelOpTest(BaseParallelForTest):
self.run_test(
callback=__network__,
feed={
'img': numpy.random.random(size=(128, 784)).astype('float32')
'img':
numpy.random.random(size=(128 * 3, 784)).astype('float32')
},
fetch='fc1.w@GRAD')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册