We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2423c1e commit a5e39dfCopy full SHA for a5e39df
src/layers/normalise.jl
@@ -279,7 +279,7 @@ testmode!(m::BatchNorm, mode=true) =
279
function Base.show(io::IO, l::BatchNorm)
280
print(io, "BatchNorm($(l.chs)")
281
(l.λ == identity) || print(io, ", $(l.λ)")
282
- hasaffine(l) || print(io, ", affine=false") # ??
+ hasaffine(l) || print(io, ", affine=false")
283
print(io, ")")
284
end
285
0 commit comments