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, ")")
|
print(io, ")")
|
||||||
end
|
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)
|
AlphaDropout(p)
|
||||||
A dropout layer. It is used in Self-Normalizing Neural Networks.
|
A dropout layer. It is used in Self-Normalizing Neural Networks.
|
||||||
|
Loading…
Reference in New Issue
Block a user