Skip to content

Commit

Permalink
Update src/layers/normalise.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Abbott <[email protected]>
  • Loading branch information
Saransh-cpp and mcabbott authored Jul 29, 2022
1 parent 479b563 commit 5c8b0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/normalise.jl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function Base.show(io::IO, d::Dropout)
end

"""
AlphaDropout(p; rng = _rng_from_array())
AlphaDropout(p; [rng])
A dropout layer. Used in
[Self-Normalizing Neural Networks](https://arxiv.org/abs/1706.02515).
Expand Down

0 comments on commit 5c8b0a8

Please sign in to comment.