Getting started

  • There are some user-centric tutorials that will introduce you to features of FluxTraining.jl one at a time

  • Alternatively you can read more about how FluxTraining.jl is implemented and how you can extend it

Tutorials

Interfaces

Training loop

Find out how the training loop is built and how to customize it.

Callbacks

Callbacks are a powerful feature of FluxTraining.jl, allowing you to add functionality to the training loop at different points.

Find out