Skip to main content
You can use W&B with Skorch to automatically log the model with the best performance, along with all model performance metrics, the model topology and compute resources after each epoch. Every file saved in wandb_run.dir is automatically logged to W&B. See example run.

Parameters

Example Code

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

Method reference