You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried using your converted model on LSUN-Church dataset (ema_diffusion_lsun_church_model/model-4432000.ckpt), but I found my FID results did not match the paper results of the original DDPM paper (10.44 vs 7.89).
Specifically, I generated 50k samples with DDIM repo. The evaluation protocol is the original DDPM with 1k steps, whose running command is
This FID computation protocol should be the same as the protocol reported in DDPM paper. But I found my reproduced FID is 10.44, while the reported FID is 7.89. I think this is a large gap.
I wonder if you could reproduce this number. Is there anything wrong with using your model? Thanks!
The text was updated successfully, but these errors were encountered:
Kettukaa
added a commit
to Kettukaa/pytorch_diffusion
that referenced
this issue
Feb 7, 2022
Hi, I tried using your converted model on LSUN-Church dataset (
ema_diffusion_lsun_church_model/model-4432000.ckpt
), but I found my FID results did not match the paper results of the original DDPM paper (10.44 vs 7.89).Specifically, I generated 50k samples with DDIM repo. The evaluation protocol is the original DDPM with 1k steps, whose running command is
I use clean-fid for my FID computation, whose code is
This FID computation protocol should be the same as the protocol reported in DDPM paper. But I found my reproduced FID is 10.44, while the reported FID is 7.89. I think this is a large gap.
I wonder if you could reproduce this number. Is there anything wrong with using your model? Thanks!
The text was updated successfully, but these errors were encountered: