提交 702c3bcf 编写于 作者: D Divano 提交者: chengduo

Update mnist_dygraph.py (#2294)

fix bug
上级 421d9600
...@@ -56,6 +56,7 @@ class SimpleImgConvPool(fluid.dygraph.Layer): ...@@ -56,6 +56,7 @@ class SimpleImgConvPool(fluid.dygraph.Layer):
groups=conv_groups, groups=conv_groups,
param_attr=None, param_attr=None,
bias_attr=None, bias_attr=None,
act=act,
use_cudnn=use_cudnn) use_cudnn=use_cudnn)
self._pool2d = Pool2D( self._pool2d = Pool2D(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册