diff --git a/src/layers/normalise.jl b/src/layers/normalise.jl index 76d312bf..29725066 100644 --- a/src/layers/normalise.jl +++ b/src/layers/normalise.jl @@ -30,7 +30,7 @@ end """ Dropout(p, dims = :) -A Dropout layer. In the forward pass, applies the [`dropout`](@ref) function on the input. +Dropout layer. In the forward pass, applies the [`Flux.dropout`](@ref) function on the input. Does nothing to the input once [`Flux.testmode!`](@ref) is `true`. """