Skip to content

Commit 2977e98

Browse files
Update src/layers/normalise.jl
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
1 parent f8c87d0 commit 2977e98

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
@@ -199,7 +199,7 @@ end
199199
"""
200200
BatchNorm(channels::Integer, λ=identity;
201201
initβ=zeros32, initγ=ones32,
202-
affine=true, track_stats=true,
202+
affine = true, track_stats = true,
203203
ϵ=1f-5, momentum= 0.1f0)
204204
205205
[Batch Normalization](https://arxiv.org/abs/1502.03167) layer.

0 commit comments

Comments
 (0)