chainer-DiscoGAN
chainer-DiscoGAN copied to clipboard
A Chainer implementation of DiscoGAN.
chainer-DiscoGAN
A Chainer implementation of DiscoGAN.
Usage
Download CelebA dataset from http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
DiscoGAN with CelebA(with GPU #n)
python discogan_celeba.py -g n -d <path/to/CelebA>
DiscoGAN with CelebA(without GPU)
python discogan_celeba.py -d <path/to/CelebA>