dome272 / Diffusion-Models-pytorch

Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
Apache License 2.0
1.11k stars 256 forks source link

the shared 3 checkpoints #13

Open ShihaoZhaoZSH opened 1 year ago

ShihaoZhaoZSH commented 1 year ago

Did you train the shared 3 checkpoints from scratch? There are only 4000+ images in the landscape dataset. However, you got very good results on it. So, did you use any pre-trained weights to got those 3 shared checkpoints?

ShihaoZhaoZSH commented 1 year ago

Additionally, did you train the 2 CIFAR-10 models from scratch, or use some pre-trained weights?