1076: fix typo in the Dropout docs r=dhairyagandhi96 a=AzamatB



Co-authored-by: AzamatB <aberdysh@gmail.com>
This commit is contained in:
bors[bot] 2020-03-10 09:40:28 +00:00 committed by GitHub
commit a874bef6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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