Skip to content

2kyym/dcgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dcgan

chainer implementation of dcgan(Deep Convolutional Generative Adversarial Networks)

Usage

python dcgan.py --gpu 0

Reference

  • Alec Radford, Luke Metz, and Soumith Chintala. Unsupervised representation learning with deep convolutional gener- ative adversarial networks. ICLR, 2016.

  • Ian Goodfellow, Jean Pouget-Abadie, Mehdi Mirza, Bing Xu, David Warde-Farley, Sherjil Ozair, Aaron Courville, and Yoshua Bengio. Generative adversarial nets. In Advances in neural information processing systems, pp. 2672–2680, 2014.

About

chainer implementation of dcgan(Deep Convolutional Generative Adversarial Networks)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages