Skip to content

Commit 66a32d9

Browse files
committed
Fix comment
1 parent f6003b1 commit 66a32d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dim_helpers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end
2323
transpose_pad(cdims::ConvDims)
2424
2525
Transposed convolution can be calculated in terms of typical convolution with some extra
26-
padding. This method computes the `ConvDims` of the convolution that would result in the
26+
padding. This method computes the padding of the convolution that would result in the
2727
transposed convolution of two operands, in essence taking care of that "extra padding".
2828
Note that this method should almost always be accompanied by a call that predilates one
2929
of the operands.

0 commit comments

Comments
 (0)