From f0d866b2fd3418e53c60bcd8216236df2bd180eb Mon Sep 17 00:00:00 2001 From: AzamatB Date: Tue, 10 Mar 2020 12:44:19 +0600 Subject: [PATCH] fix typo in the Dropout docs --- 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 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