Skip to content

Commit 15db5a5

Browse files
authored
Support groups in transposed conv2d API. (#11005)
1 parent f5759bc commit 15db5a5

File tree

1 file changed

+1
-0
lines changed
  • python/paddle/fluid/layers

1 file changed

+1
-0
lines changed

python/paddle/fluid/layers/nn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,7 @@ def conv2d_transpose(input,
18551855
'strides': stride,
18561856
'paddings': padding,
18571857
'dilations': dilation,
1858+
'groups': groups,
18581859
'use_cudnn': use_cudnn
18591860
})
18601861

0 commit comments

Comments
 (0)