PyTorch implementation of Improved Training of Wasserstein GANs, arxiv:1704.00028
Generated samples after training 1 epoch on LSUN Bedroom dataset
$ git clone https://github.com/kuc2477/pytorch-wgan-gp && cd pytorch-wgan-gp
$ pip install -r requirements.txt
$ # To download LSUN dataset (optional)
$ ./lsun.py --category=bedroom
$ # To Run a Visdom server and start training on LSUN dataset.
$ python -m visdom.server
$ ./main.py --train --dataset=lsun [--resume]
$ # checkout "./samples" directory
$ ./main.py --test --dataset=lsun
Ha Junsoo / @kuc2477 / MIT License