PyTorch-Ignite PyTorch-Ignite

How-to Guides

Below are step by step guides on understanding the concepts and how-to tips, and best practices of PyTorch-Ignite.

10. How to use Loggers

This how-to guide demonstrates the usage of loggers with Ignite. As part of this guide, we will be using the ClearML logger and also highlight how this code can be easily modified to make use of other loggers. You can see all the other loggers supported here.

11. How to load checkpoint and resume training

This example demonstrates how you can save and load a checkpoint then resume training.