w86763777 / pytorch-ddpm

Unofficial PyTorch implementation of Denoising Diffusion Probabilistic Models
Do What The F*ck You Want To Public License
506 stars 62 forks source link

About the evaluation time on FID #19

Closed zhengdihan closed 1 year ago

zhengdihan commented 1 year ago

Hi,

Thanks for the excellent work! My question is that, to evaluate the FID score on the CIFAR10 dataset, it takes me about 17 hours to sample 50,000 images with a single 2080TI GPU. Is that normal?

Many Thanks! Best regard

w86763777 commented 1 year ago

It is normal for the original DDPM.

zhengdihan commented 1 year ago

Thanks for your reply!