Skip to content

GAN implementation of some datasets like CIFAR10, MNIST etc

Notifications You must be signed in to change notification settings

hghimanshu/DCGANS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages