Pytorch implementation of GAN(Generative Adversarial Networks) on the MNIST and FashionMNIST dataset
- PyTorch
 - Torchvision
 - Numpy
 
| After 100 epochs | After 200 epochs | 
|---|---|
![]()  | 
![]()  | 
![]()  | 
![]()  | 
| After 100 epochs | After 200 epochs | 
|---|---|
![]()  | 
![]()  | 
![]()  | 
![]()  | 
- "Generative Adversarial Networks": https://arxiv.org/pdf/1406.2661.pdf
 - Tutorial for coding: https://github.com/udacity/deep-learning-v2-pytorch/tree/master/gan-mnist
 







