FluxTraining.jl
A powerful, extensible neural net training library.
FluxTraining.jl gives you an endlessly extensible training loop for deep learning inspired by fastai's training loop. It is the training backend for FastAI.jl.
It exposes a small set of extensible interfaces and uses them to implement
- hyperparameter scheduling
- metrics
- logging
- training history; and
- model checkpointing
Install using ]add FluxTraining
.
Read getting started first and the user guide if you want to know more.