fix typo in the Dropout docs

This commit is contained in:
AzamatB 2020-03-10 12:44:19 +06:00 committed by GitHub
parent d4cf1436df
commit f0d866b2fd
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.
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