Merge #1076
1076: fix typo in the Dropout docs r=dhairyagandhi96 a=AzamatB Co-authored-by: AzamatB <aberdysh@gmail.com>
This commit is contained in:
commit
a874bef6f9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue