提交 e65f23a7 编写于 作者: C Channingss

fix conv_transpose

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