-
Notifications
You must be signed in to change notification settings - Fork 212
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 of DDPMs on CIFAR-10 #3
Comments
I suspect that you are using uniform skips (default) instead of quadratic skips (works better for CIFAR-10). I reran with a different seed and got FID of 4.26. |
Okay, I find it in the suppl. Now it seems better. Thanks, Jiaming. It is just curious to me that this empirical change will lead to a not small margin in FID (up to 1.42/4.26)... |
Hi Jiaming, I wonder why the But I still have a few questions:
It will be appreciated if you give more information and thoughts! |
Hi,
I found with the converted pretrained CIFAR-10 DDPM,
ddim/runners/diffusion.py
Line 220 in 34d640e
I got a FID of 5.68 in the setting of
timesteps=100
,eta=0
, which is a margin away from 4.16 reported in the paper. May I know is that about a model you trained by yourselves?For FID calculation, I use https://github.com/mseitzer/pytorch-fid
The text was updated successfully, but these errors were encountered: