未验证 提交 0c247ea6 编写于 作者: J Jason 提交者: GitHub

Merge pull request #461 from Channingss/fix_conv_transpose1

fix conv_transpose attr: num_filters
......@@ -1564,7 +1564,7 @@ class OpSet9():
) * strides[1] - 2 * paddings[1] + dilations[1] * (
kernel_shape[1] - 1) + 1 + out_padding[1]
attr = {
'num_filters': num_out_channels,
'num_filters': num_out_channels * num_groups,
'output_size': output_size or None,
'filter_size': kernel_shape,
'padding': paddings,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册