Skip to main content
This documentation is for fastai v1. If you use the current version of fastai, you should refer to fastai page.
For scripts using fastai v1, we have a callback that can automatically log model topology, losses, metrics, weights, gradients, sample predictions and best trained model.
Requested logged data is configurable through the callback constructor.
It is also possible to use WandbCallback only when starting training. In this case it must be instantiated.
Custom parameters can also be given at that stage.

Example Code

We’ve created a few examples for you to see how the integration works: Fastai v1

Options

WandbCallback() class supports a number of options: