Skip to content

Commit 83c7253

Browse files
committed
Update batch_size
1 parent dc488c1 commit 83c7253

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/paddle/v2/fluid/tests/test_parallel_op.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ def __network__():
147147
self.run_test(
148148
callback=__network__,
149149
feed={
150-
'img': numpy.random.random(size=(128, 784)).astype('float32')
150+
'img':
151+
numpy.random.random(size=(128 * 3, 784)).astype('float32')
151152
},
152153
fetch='fc1.w@GRAD')
153154

0 commit comments

Comments
 (0)