pytorch-fid

Compute FID scores with PyTorch.

APACHE-2.0 License

Downloads
76.4K
Stars
3.3K
Committers
14
pytorch-fid - FID Inception weights Latest Release

Published by mseitzer over 5 years ago

This release is a placeholder to host a specific version of Inception weights.

Namely, the original FID score implementation uses other Tensorflow weights (http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz) than the Inception model available in Pytorch (http://download.tensorflow.org/models/image/imagenet/inception-v3-2016-03-01.tar.gz). The weights available here are the original FID weights converted to Pytorch.