WGAN-GP
A Chainer implementation of Improved Training of Wasserstein GANs.
Usage
WGAN-GP with MNIST(with GPU #n)
python wgangp_mnist.py -g n
WGAN-GP with MNIST(without GPU)
python wgangp_mnist.py
WGAN-GP with CelebA(with GPU #n)
python wgangp_mnist.py -g n
WGAN-GP with CelebA(without GPU)
python wgangp_mnist.py