A Chainer implementation of EBGAN.
- Python3
- chainer1.16
GAN with MNIST(use GPU #n).
python dcgan_mnist.py -g n
EBGAN(with pull-away term) with MNIST(use GPU #n).
python dcgan_mnist.py -g n
EBGAN(without pull-away term) with MNIST(use GPU #n).
python dcgan_mnist.py -g n -pt 0