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 regarding to FID and epoch required for convergence #23

Open Triocrossing opened 1 year ago

Triocrossing commented 1 year ago

First I wish to say thanks for the sharing of the excellent work.

Two quick questions: i) Would you possible have any idea the epoch number required to reach a reasonable comparison; ii) What is the optimal FID 50k from this implementation?

Thanks again for the sharing.