未验证 提交 15db5a55 编写于 作者: Q qingqing01 提交者: GitHub

Support groups in transposed conv2d API. (#11005)

上级 f5759bc4
......@@ -1855,6 +1855,7 @@ def conv2d_transpose(input,
'strides': stride,
'paddings': padding,
'dilations': dilation,
'groups': groups,
'use_cudnn': use_cudnn
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册