diff --git a/src/layers/normalise.jl b/src/layers/normalise.jl index 250a06fc..163dac12 100644 --- a/src/layers/normalise.jl +++ b/src/layers/normalise.jl @@ -32,7 +32,7 @@ end A Dropout layer. In the forward pass, applies the [`dropout`](@ref) function on the input. -Does nothing to the input once [`testmode!`](@ref) is false. +Does nothing to the input once [`testmode!`](@ref) is true. """ mutable struct Dropout{F,D} p::F