Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Transition to the new documentation system
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Aug 22, 2023
1 parent d1407b3 commit 1041eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/dropout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ for a fixed dropout probability.
## References
[1] Klambauer, Günter, et al. "Self-normalizing neural networks." Advances in neural
information processing systems 30 (2017).
information processing systems 30 (2017).
"""
function alpha_dropout(rng::AbstractRNG, x::AA{T}, p, t::Val{true}) where {T}
α = T(-1.7580993408473766)
Expand Down

0 comments on commit 1041eff

Please sign in to comment.