This repo contains GAN codes implemented on famous datasets like Cifar10, MNIST etc.
- gan_cifar10.py --- [ For CIFAR10 Dataset ]
-----------------------------------
- pytorch
- matplotlib
- numpy
- Clone the repository using
git clone https://github.com/hghimanshu/DCGANS.git
- After cloning type
cd DCGANS
- Run the required file as
python gan_cifar10.py