Examples ======== Scripts ------- 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 `_ - `Training Cycle-GAN on Horses to Zebras `_ - `Finetuning EfficientNet-B0 on CIFAR100 `_ - `Convolutional Neural Networks for Classifying Fashion-MNIST Dataset `_