This contains a set of optimizers.

wrap_optimizer[source]

wrap_optimizer(opt, **kwargs)

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:

If you want to use any these last 2, you can use the wrap_optimizer function. Here are a few examples: