Skip to content

1zk/Chainer-DCGAN-MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chainer-DCGAN-MNIST

A Chainer implementation of Deep Convolutional Generative Adversarial Networks on the MNIST dataset.

Some of the techniques presented in the paper "Improved Techniques for Training GANs" https://arxiv.org/abs/1606.03498 are used.

## Usage python gan_mnist.py -g 0 -b 150 -e 200 If there is no GPU, this program does not work. ## Requirement Chainer v1.15.0+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages