Get Inception score

Does Pytorch has any implementation to get inception scores for any dataset like in tensorflow (https://github.com/openai/improved-gan/tree/master/inception_score) ?

1 Like

there isn’t out of the box, but it seems valuable.

We have inception via: https://github.com/pytorch/vision/blob/master/torchvision/models/inception.py
A script like the other one needs to be made.

1 Like

I think this is what you are looking for: https://github.com/sbarratt/inception-score-pytorch