From 49327b1981a7c73237c3dd74ef580880b1df7fac Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Sun, 8 Jan 2023 06:58:45 -0500 Subject: [PATCH] Update src/layers/normalise.jl Co-authored-by: Carlo Lucibello --- src/layers/normalise.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layers/normalise.jl b/src/layers/normalise.jl index cc8b9e55ad..8ff16642ee 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