Skip to content

miqbal23/dcgan_code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Convolutional GAN (DCGAN)

This is a source code of Deep Convolutional Generative Adversarial Network (DCGAN), forked from the original implementation of DCGAN as proposed by Alec Radford on his paper : http://arxiv.org/abs/1511.06434

Other implementations of DCGAN

This modification is intented to work with latest version of Theano (version 1.0 and later)

Requirements :

  • Python 3.5
  • Theano 1.0 (recommended to use bleeding-edge version)
  • CUDA drivers and CuDNN library
  • Scipy
  • Numpy
  • Matplotlib
  • Tqdm
  • fuel/h5py (for CelebA faces)

Training DCGAN

  1. Install all requirements
  2. Modify data-dir in lib/config.py to point to directories containing data
  3. For MNIST, run

About

Modification of original DCGAN code by Radford et.al.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%