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

Implementation of Denoising Diffusion Probabilistic Model in Pytorch

Results 162 denoising-diffusion-pytorch issues
Sort by recently updated
recently updated
newest added

I just altered the beta_schedule parameter in the class GaussianDiffusion from the default 'sigmoid' to 'linear', which was utilized in the original ddpm paper. However, the results were unreasonably much...

Dear author, I have tried to run default setting of Unet1D. However, the loss would not converge and the generated distribution is not a uniform distribution (torch.rand). Have you ever...

I'm running the `denoising_diffusion_pytorch.py` script as-is on the CIFAR10 dataset, however the FID quickly plateaus to ~90, which is a far cry from both those reported in the DDIM/DDPM paper...

hi developers: I am sorry to bother you! I am training on `CIFAR-10`, with setting `train_num_step=500k, batch=16, unet dim 64`. But get FID 21.57 not well. And when i increase...

Hi! The code in this repository has helped me a lot! I found that as the batch size increases, the training time increases dramatically. When I set the batch size...

Hi Phil, First and foremost, I would like to express my gratitude for your DDPM implementation. Our recent publications ([DMHomo](https://github.com/lhaippp/DMHomo), [RecDiffusion](https://github.com/lhaippp/RecDiffusion)) have been based on your repository, and we are...

Hi @lucidrains ! Great implementation! I want to use Trainer1D to guide sequence denoising. Would you mind giving a very brief example of incorporating a custom metric into the loss...

Dear Denoising-Diffusion-PyTorch Developers, Thank you for inventing such an excellent tool. I install the tool via `pip install denoising_diffusion_pytorch` and try to run the example usage code in README. However,...

Currently running the code, and after 1000 steps it starts the 'sampling loop time step' but says it will do this 3125 times and is estimated to take about a...