未验证 提交 9bc223c8 编写于 作者: B Bai Yifan 提交者: GitHub

fix test_graph_wrapper failure on cudnnv7, test=develop (#23451)

上级 c706ff20
......@@ -37,6 +37,7 @@ def residual_block(num):
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.
先完成此消息的编辑!
想要评论请 注册