Skip to content

Commit

Permalink
Update src/optimise/optimisers.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
  • Loading branch information
CarloLucibello and DhairyaLGandhi committed Jun 10, 2021
1 parent 9f1966f commit 564ab29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimise/optimisers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ end
WeightDecay(λ = 0)
Decay weights by ``λ``.
Tipically composed with other optimizers as the first transformation to the gradient,
Typically composed with other optimizers as the first transformation to the gradient,
making it equivalent to adding ``L_2`` regularization
with coefficient ``λ`` to the loss.
Expand Down

0 comments on commit 564ab29

Please sign in to comment.