Skip to content

Commit 56c37cf

Browse files
Update src/layers/conv.jl
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
1 parent 20f08cf commit 56c37cf

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
@@ -248,7 +248,7 @@ end
248248

249249
function ConvTranspose(k::NTuple{N,Integer}, ch::Pair{<:Integer,<:Integer}, σ = identity;
250250
init = glorot_uniform, stride = 1, pad = 0, dilation = 1,
251-
groups=1,
251+
groups = 1,
252252
weight = convfilter(k, reverse(ch); init, groups),
253253
bias = true,
254254
) where N

0 commit comments

Comments
 (0)