We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353f006 commit 57e500fCopy full SHA for 57e500f
x2paddle/op_mapper/dygraph/onnx2paddle/opset9/opset.py
@@ -1793,7 +1793,7 @@ def ConvTranspose(self, node):
1793
inputs_dict = {'x': val_x if isinstance(val_x, str) else val_x.name}
1794
layer_attrs = {
1795
"in_channels": num_in_channels,
1796
- "out_channels": num_out_channels,
+ "out_channels": num_out_channels * num_groups,
1797
"kernel_size": kernel_shape,
1798
"stride": strides,
1799
"dilation": dilations,
0 commit comments