Skip to content

Commit a5e39df

Browse files
committed
rm comment
1 parent 2423c1e commit a5e39df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layers/normalise.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ testmode!(m::BatchNorm, mode=true) =
279279
function Base.show(io::IO, l::BatchNorm)
280280
print(io, "BatchNorm($(l.chs)")
281281
(l.λ == identity) || print(io, ", $(l.λ)")
282-
hasaffine(l) || print(io, ", affine=false") # ??
282+
hasaffine(l) || print(io, ", affine=false")
283283
print(io, ")")
284284
end
285285

0 commit comments

Comments
 (0)