Indentation fixed

This commit is contained in:
thebhatman 2019-03-05 16:28:05 +05:30
parent d6608682fc
commit 8e5965ac41

View File

@ -50,7 +50,7 @@ A dropout layer. It is used in Self-Normalizing Neural Networks.
The AlphaDropout layer ensures that mean and variance of activations remains the same as before.
"""
mutable struct AlphaDropout{F}
p::F
p::F
active::Bool
end