/DCGANS

GAN implementation of some datasets like CIFAR10, MNIST etc

Primary LanguagePython

DCGANS

This repo contains GAN codes implemented on famous datasets like Cifar10, MNIST etc.

  1. gan_cifar10.py --- [ For CIFAR10 Dataset ]

-----------------------------------

Dependencies

  1. pytorch
  2. matplotlib
  3. numpy

Running the code

  1. Clone the repository using

git clone https://github.com/hghimanshu/DCGANS.git

  1. After cloning type

cd DCGANS

  1. Run the required file as

python gan_cifar10.py