zoubohao / DenoisingDiffusionProbabilityModel-ddpm-

This may be the simplest implement of DDPM. You can directly run Main.py to train the UNet on CIFAR-10 dataset and see the amazing process of denoising.
MIT License
1.48k stars 156 forks source link

Question about DDPM without guidance #8

Open zy-charon opened 1 year ago

zy-charon commented 1 year ago

Hello, may I ask how many epochs did you run for the generated image without guidance?

bzHunter commented 1 year ago

For cifar-10, about 20 epoch can generate good images.