diff --git a/src/layers/normalise.jl b/src/layers/normalise.jl index 7937a311b4..37be2fb8e2 100644 --- a/src/layers/normalise.jl +++ b/src/layers/normalise.jl @@ -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