igul222 / improved_wgan_training

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

Fine-tuning Inception model before calculating inception-score for CIFAR-10 data #47

Closed klnavaneet closed 7 years ago

klnavaneet commented 7 years ago

Is the 'inception net' final layer set to 10 classes and fine-tuned with CIFAR-10 data before the inception scores for 'gan_cifar' are calculated ?

igul222 commented 7 years ago

No; we use the unmodified inception score code from https://github.com/openai/improved-gan/tree/master/inception_score