w86763777 / pytorch-ddpm

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

cifar10.train.npz or cifar10_train.npz #14

Closed jS5t3r closed 1 year ago

jS5t3r commented 1 year ago

In the Readme, it is written to download the stats cifar10.train.npz. If I download the pre-trained weights https://drive.google.com/file/d/1IhdFcdNZJRosi3XRT7-qNmiPGTuyuEXr/view?usp=sharing, containing the ./logs/DDPM_CIFAR10_EPS/flagfile.txt there is the flag --fid_cache=./stats/cifar10_train.npz which is written in a different way. I guess the same file is meant.

w86763777 commented 1 year ago

You are absolutely correct. Thank you very much for reporting this issue. The flagfile.txt has been corrected and the compressed file of pre-trained weights has been re-uploaded.

Closing the issue now.