/pytorch-GAN-MNIST

This is a basic GAN made using Pytorch and trained on MNIST dataset. The grayscale images of the dataset combined with smaller dimensions ensure that the generator can be trained relatively quicker than other GAN's.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

pytorch-GAN-MNIST

This is a basic GAN made using Pytorch and trained on MNIST dataset. The .ipynb file has detailed explanation of the code