tsc2017 / Frechet-Inception-Distance

CPU/GPU/TPU implementation of the Fréchet Inception Distance
79 stars 14 forks source link
deep-learning distance-measures frechet-distance gan generative-model

Fréchet Inception Distance

Tensorflow implementation of the "Fréchet Inception Distance" (FID) between two image distributions, along with a numpy interface. The FID can be used to evaluate generative models by calculating the FID between real and fake data distributions (lower is better).

Major Dependencies

Features

Usage

Examples

GPU: Example In Colab

TPU and TF1: Example In Colab

TPU and TF2: Example In Colab

Links