Skip to content

Commit

Permalink
Update src/layers/normalise.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
  • Loading branch information
mcabbott and CarloLucibello committed Jan 27, 2023
1 parent 28ac4c4 commit 9e99422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/normalise.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ While training, it sets each input to `0` (with probability `p`)
or else scales it by `1 / (1 - p)`, using the [`NNlib.dropout`](@ref) function.
While testing, it has no effect.
By defaul the mode will switch automatically, but it can also
By default the mode will switch automatically, but it can also
be controlled manually via [`Flux.testmode!`](@ref).
By default every input is treated independently. The `dims` keyword
Expand Down

0 comments on commit 9e99422

Please sign in to comment.