未验证 提交 f6ac5990 编写于 作者: Y yukavio 提交者: GitHub

fix quant unit test (#25792)

上级 2131559d
......@@ -47,6 +47,7 @@ def residual_block(img, label, num=1):
num_filters=ch_out,
stride=stride,
padding=padding,
use_cudnn=False,
act=None,
bias_attr=bias_attr)
return fluid.layers.batch_norm(input=tmp, act=act)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册