pytorch-ignite/examples

Convert pure pytorch code to ignite

Closed this issue · 0 comments

Following on the discussion with @vfdev-5 , this new how-to guide should be abstract and:

The purpose is to show explicitly how to convert pure pytorch code to ignite and explain what we gain by that

Topics to cover:

  • Training loop
  • Validation loop
  • Metrics
  • Checkpoints
  • LR Scheduler