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

how to know the NET is already converage? #29

Open loopyli opened 10 months ago

loopyli commented 10 months ago

hello,i want to know how to how to know the NET is already converage? the loss after some epochs seems as same as the beginning.