igul222 / improved_wgan_training

Code for reproducing experiments in "Improved Training of Wasserstein GANs"
MIT License
2.35k stars 668 forks source link

Generate images for a given class label #64

Closed ysharma1126 closed 6 years ago

ysharma1126 commented 6 years ago

After training the conditional WGAN-GP (gan_cifar_resnet.py), how to generate images of a particular label?

kongyanye commented 5 years ago

You need to write a conditional version of WGAN-GP while this is the original one. Here's an implementation of conditional WGAN-GP that you may find helpful. https://github.com/kongyanye/cwgan-gp