-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fid score is different from the paper #8
Comments
Fast fid uses only about 1000 images (if I remember correctly) to compute the FID. You should use 50000 instead. |
Hi @yang-song , thanks for your reply. For reproducing the results in the paper, should I use the ensemble tech or not? Really appreciate your help. Thank you. |
The "fast_ensemble_fid" function should not be used. It was there for early experiments. |
Hi @yang-song , thanks for your reply. |
Hi Author,
Thanks for your great work.
For the three checkpoints you provided "best_with_denoise", "best_without_denoise" and "checkpoint_300000.pth", I got fid scores around 39 by specifying the argument "--fast_fid". But the paper shows that the Fid score is around 10. Am I missing something? Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: