openai / improved-gan

Code for the paper "Improved Techniques for Training GANs"
https://arxiv.org/abs/1606.03498
2.29k stars 622 forks source link

Inception score for conditional GANs #30

Open mathfinder opened 6 years ago

mathfinder commented 6 years ago

IMO,there are tow ways to calculate Inception score of conditional GANs.

  1. For every "condition", calculate a IS and Average them.
  2. Sample "condition" from "real condition distribution" and generate fake data to calculate IS. Which way is reasonable. thx.
q145492675 commented 6 years ago

I also has this problem, I don't undersdand the detail of the calculation of Inception score perfectly.