Skip to content

Commit 702c3bc

Browse files
DDDivanochengduo
authored and
chengduo
committed
Update mnist_dygraph.py (PaddlePaddle#2294)
fix bug
1 parent 421d960 commit 702c3bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dygraph/mnist/mnist_dygraph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def __init__(self,
5656
groups=conv_groups,
5757
param_attr=None,
5858
bias_attr=None,
59+
act=act,
5960
use_cudnn=use_cudnn)
6061

6162
self._pool2d = Pool2D(

0 commit comments

Comments
 (0)