denoising-diffusion-pytorch icon indicating copy to clipboard operation
denoising-diffusion-pytorch copied to clipboard

Question about version of pytorch

Open ghost opened this issue 3 years ago • 2 comments

Can I ask what is the version of pytorch? I tried to use pytorch 1.9.0-cu102 it didn't work. Plus, why this code is citing DDIM? Is this a modified DDPM? Thank you for your time~

ghost avatar Oct 17 '22 14:10 ghost

Do you have a working version of torch and cuda? Just use your default one. It should work.

DDIM is a modified DDPM. See the DDIM paper for more details.

pengzhangzhi avatar Oct 18 '22 03:10 pengzhangzhi