Remove double docstring
This commit is contained in:
parent
2f1a187665
commit
c3cc4bf966
|
@ -43,12 +43,6 @@ function Base.show(io::IO, d::Dropout)
|
|||
print(io, ")")
|
||||
end
|
||||
|
||||
"""
|
||||
AlphaDropout(p)
|
||||
A dropout layer. It is used in Self-Normalizing Neural Networks.
|
||||
(https://papers.nips.cc/paper/6698-self-normalizing-neural-networks.pdf)
|
||||
The AlphaDropout layer ensures that mean and variance of activations remains the same as before.
|
||||
"""
|
||||
"""
|
||||
AlphaDropout(p)
|
||||
A dropout layer. It is used in Self-Normalizing Neural Networks.
|
||||
|
|
Loading…
Reference in New Issue