ermongroup / ddim

Denoising Diffusion Implicit Models
MIT License
1.48k stars 211 forks source link

Generation Process not producing quality images. #27

Closed VishyTheFishy closed 1 year ago

VishyTheFishy commented 1 year ago

I have been training on the CIFAR-10 dataset, and no matter how far I train, it continues to generate images which look like this:

428

Is this a possible issue with the image generation pipeline, or is it a problem with the model not training correctly?

cannacak commented 1 year ago

I have the same problem ? Any solution ?

jiamings commented 1 year ago

The training code might not be very high quality due to DDIM being mostly a sampling methods that reuses pretrained checkpoints.