Removed {typeof(p)}

This commit is contained in:
Manjunath Bhat 2019-03-07 21:55:26 +05:30 committed by GitHub
parent f4543b7adf
commit 1d310d4532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ end
function AlphaDropout(p)
@assert 0 p 1
AlphaDropout{typeof(p)}(p,true)
AlphaDropout(p,true)
end
function (a::AlphaDropout)(x)