From 380ca7606f57abbf64ecce8c789858b0d7f12d39 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Thu, 10 Jun 2021 19:30:25 +0200 Subject: [PATCH] Update src/optimise/optimisers.jl Co-authored-by: Dhairya Gandhi --- src/optimise/optimisers.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optimise/optimisers.jl b/src/optimise/optimisers.jl index 07fdd5a374..2fde36143a 100644 --- a/src/optimise/optimisers.jl +++ b/src/optimise/optimisers.jl @@ -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())