chrisdonahue / wavegan

WaveGAN: Learn to synthesize raw audio with generative adversarial networks
MIT License
1.32k stars 283 forks source link

Added computation of the FID score #23

Open andimarafioti opened 5 years ago

andimarafioti commented 5 years ago

Adaptation of score.py to also compute the Fréchet Inception Distance using code provided by the authors of the measure. It makes sense to add it side to side to the evaluation of the inception measure since the two don't correlate precisely but are built on the same classifier network. In the future, it would be nice to have cleaner code and a better documentation. As it is, there is a lot of repetition between this file and score.py, but I think it's better to push it now than wait until it's perfect.