Skip to content

Doubt around the Inception Score #457

Answered by SkafteNicki
paudom asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
So you should not override your own compute method. The reason that docstring is in the documenting is that it has not been overriden by the inception metric class:
https://github.com/PyTorchLightning/metrics/blob/00f0256db37406df09c18ddc18f4eca99ef7d59e/torchmetrics/image/inception.py#L158-L159
which means that it just defaults to the docstring of the metric class.
https://github.com/PyTorchLightning/metrics/blob/00f0256db37406df09c18ddc18f4eca99ef7d59e/torchmetrics/metric.py#L375-L378
That said, I am not sure why you are getting a score around 1. If you could provide a file with a number of generated images we could maybe try to debug it for you?

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@paudom
Comment options

@SkafteNicki
Comment options

@paudom
Comment options

@paudom
Comment options

@SkafteNicki
Comment options

Answer selected by SkafteNicki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants