Skip to content

Commit d41d6ea

Browse files
committed
Merge branch 'master' of github.com:jw3126/Flux.jl
2 parents 4b7c980 + 19a5710 commit d41d6ea

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
@@ -153,7 +153,7 @@ distribution.
153153
See also: [`depthwiseconvfilter`](@ref)
154154
"""
155155
function convfilter(filter::NTuple{N,Integer}, ch::Pair{<:Integer,<:Integer};
156-
init = glorot_uniform, groups=1) where N
156+
init = glorot_uniform, groups = 1) where N
157157
cin, cout = ch
158158
init(filter..., cin÷groups, cout)
159159
end

0 commit comments

Comments
 (0)