denoising-diffusion-pytorch
denoising-diffusion-pytorch copied to clipboard
Question about version of pytorch
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~
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.