Skip to content

Commit

Permalink
Change comment for eps
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Lucibello <[email protected]>
  • Loading branch information
billera and CarloLucibello authored Apr 7, 2024
1 parent da2061d commit b600f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/stateless.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Normalise `x` to mean 0 and standard deviation 1 across the dimension(s) given by `dims`.
Per default, `dims` is the last dimension.
`eps` is a small term added to the denominator/square root for numerical stability.
`eps` is a small term added to the variance for numerical stability.
# Examples
```jldoctest
Expand Down

0 comments on commit b600f7a

Please sign in to comment.