GAN-metrics icon indicating copy to clipboard operation
GAN-metrics copied to clipboard

tools for evaluating and comparing performances of GAN performances w.r.t. different metrics; metric evolution at each epoch supported

Scoring the performance of GANs

This project is meant for evaluating GAN performances (Generative Adversarial Network).

Dependency

Make sure to run the project with Python 3.3 or greater. For those interested in Inception Scores and 1-NN Score with AlexNet, lateset version of tensorflow is need.

Features Supported

  • Scoring GAN performances with these metrics:
  • Comparing two GANs against a common real distribution [basically done]
  • Plotting the evolution of GAN performance as training proceeds [to be implementd]