Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

FID/256 calculation improvements #223

@mmuckley

Description

@mmuckley

Currently our implementation of FID/256 relies on the torchmetrics FID, which includes image interpolation. For images of size 256, this doesn't cause a huge difference, but many standard methods don't include interpolation in calculating FID.

So, we should probably have an FID metric that has no interpolation and passes the images straight to the Inception model.

In my past experiments, this could cause a divergence of maybe 0.01-0.1 in the FID score on CLIC2020.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions