Skip to content

Commit 564ab29

Browse files
Update src/optimise/optimisers.jl
Co-authored-by: Dhairya Gandhi <dhairya@juliacomputing.com>
1 parent 9f1966f commit 564ab29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimise/optimisers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ end
644644
WeightDecay(λ = 0)
645645
646646
Decay weights by ``λ``.
647-
Tipically composed with other optimizers as the first transformation to the gradient,
647+
Typically composed with other optimizers as the first transformation to the gradient,
648648
making it equivalent to adding ``L_2`` regularization
649649
with coefficient ``λ`` to the loss.
650650

0 commit comments

Comments
 (0)