提交 ee697b8b 编写于 作者: Y Yu Yang

Larger model

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