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 `_ Notebooks: - `Text Classification using Convolutional Neural Networks `_ - `Variational Auto Encoders `_