Skip to content

Commit dc3dc38

Browse files
committed
cosmetic changes
1 parent 6ed69c8 commit dc3dc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/conv.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ end
249249
function ConvTranspose(k::NTuple{N,Integer}, ch::Pair{<:Integer,<:Integer}, σ = identity;
250250
init = glorot_uniform, stride = 1, pad = 0, dilation = 1,
251251
groups=1,
252-
weight = convfilter(k, ch[2]÷groups=>ch[1], init = init),
252+
weight = convfilter(k, reverse(ch); init, groups),
253253
bias = true,
254254
) where N
255255

0 commit comments

Comments
 (0)