Skip to content

Commit 49327b1

Browse files
Update src/layers/normalise.jl
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent d7cc49d commit 49327b1

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
@@ -11,7 +11,7 @@ While training, it sets each input to `0` (with probability `p`)
1111
or else scales it by `1 / (1 - p)`, using the [`NNlib.dropout`](@ref) function.
1212
While testing, it has no effect.
1313
14-
By defaul the mode will switch automatically, but it can also
14+
By default the mode will switch automatically, but it can also
1515
be controlled manually via [`Flux.testmode!`](@ref).
1616
1717
By default every input is treated independently. The `dims` keyword

0 commit comments

Comments
 (0)