fix docstring example indentation as well
This commit is contained in:
parent
32e0aa9fcb
commit
f4365dab94
|
@ -484,7 +484,6 @@ Discount the learning rate `eta` by a multiplicative factor `decay` every `decay
|
|||
To apply exponential decay to an optimiser:
|
||||
```julia
|
||||
Optimiser(ExpDecay(..), Opt(..))
|
||||
|
||||
opt = Optimiser(ExpDecay(), ADAM())
|
||||
```
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue