PyTorch-Ignite PyTorch-Ignite

Concepts

Understand the essence of the library in detail and why things are built in this way.

1. Engine

How does Engine work and how to customise it as per your needs.

2. Events and Handlers

Compose any training pipeline with the true power of events and handlers.

3. State

Best way to store useful information about Engine.

4. Metrics

How we compute metrics internally.