Examples ======== There are several examples ported from `pytorch/examples `_ using `ignite` to display how it helps to write compact and full-featured training loops in a few lines of code: - `Mnist `_ - `DCGAN `_ - `Reinforcement Learning `_ - `Fast Neural Style `_