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 b9c94f5 commit 380ca76
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 @@ -613,7 +613,7 @@ for more general scheduling techniques.
# Examples
`ExpDecay` is tipically composed with other optimizers
`ExpDecay` is typically composed with other optimizers
as the last transformation of the gradient:
```julia
opt = Optimiser(ADAM(), ExpDecay())
Expand Down

0 comments on commit 380ca76

Please sign in to comment.