fix typo in the Dropout docs
This commit is contained in:
parent
d4cf1436df
commit
f0d866b2fd
@ -32,7 +32,7 @@ end
|
|||||||
|
|
||||||
A Dropout layer. In the forward pass, applies the [`dropout`](@ref) function on the input.
|
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}
|
mutable struct Dropout{F,D}
|
||||||
p::F
|
p::F
|
||||||
|
Loading…
Reference in New Issue
Block a user