ermongroup / ddim

Denoising Diffusion Implicit Models
MIT License
1.48k stars 211 forks source link

Could you please provide guidance on the calculation of FID? #29

Closed xzmy-Dreamleft closed 1 year ago

xzmy-Dreamleft commented 1 year ago

Hello, I greatly appreciate your selfless sharing of this GitHub repository; it has been immensely beneficial for my learning progress. However, I am currently unclear on how to calculate the Fréchet Inception Distance (FID) metric using your code as a foundation. Would it be possible for you to provide some guidance or recommendations on how to perform FID calculations?

Thank you very much for your contributions.

jiamings commented 1 year ago

I used https://github.com/toshas/torch-fidelity for this.