Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 516 Bytes

File metadata and controls

6 lines (4 loc) · 516 Bytes

ignite-wind

A PyTorch-Ignite compatible implementation of the Wasserstein Inception Distance (WInD) introduced in https://ieeexplore.ieee.org/document/9053325 for evaluating GANs inspired by https://github.com/streetakos/wasserstein-distance.

WInD extends the assumption in state of the art evaluation measure FID of the data distributions being Gaussians and fits Gaussian Mixture Models on the inception features of real and fake data distribution respectively. More details can be read in the original paper.