Skip to content

Commit b269477

Browse files
committed
Merge branch 'master' of github.com:jw3126/Flux.jl
2 parents bec8863 + 56c37cf commit b269477

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)