An optimizer takes the calculated gradients from a training step and uses them to update the parameters of a model. FluxTraining.jl currently only supports optimizers from Flux.jl .
A complete reference of optimizers in Flux.jl can be found here .
The following page links back here:
Getting started