Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 452 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 452 Bytes

Improved GAN (Chainer)

Chainer implementation of improved GAN [1]. This code includes

  • semi-supervised learning of MNIST (0.82% validation error in default setting).
  • semi-supervised learning of CIFAR-10 (planned).

This code is based on the authors' Theano/Lasagne code.

  1. T. Salimans, I. Goodfellow, W. Zaremba, V. Cheung, A. Radford, and X. Chen. "Improved Techniques for Training GANs." NIPS. 2016.