提交 48619bc9 编写于 作者: Y Yu Yang

Shrink model

上级 ee697b8b
......@@ -47,7 +47,7 @@ class ParallelExecutor(unittest.TestCase):
dtypes=['float32', 'int64'])
img, label = fluid.layers.read_file(reader)
hidden = img
for _ in xrange(10):
for _ in xrange(2):
hidden = fluid.layers.fc(
hidden,
size=200,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册