This contains a set of optimizers.
You can natively use any of the optimizers included in the fastai library. You just need to pass it to the learner as the opt_func.
In addition, you will be able to use any of the optimizers from:
- Pytorch
- torch_optimizer (https://github.com/jettify/pytorch-optimizer)
If you want to use any these last 2, you can use the wrap_optimizer function. Here are a few examples: