w86763777 / pytorch-ddpm

Unofficial PyTorch implementation of Denoising Diffusion Probabilistic Models
Do What The F*ck You Want To Public License
509 stars 64 forks source link

About training process #25

Open arihara5 opened 5 days ago

arihara5 commented 5 days ago

Hello, thank you for your open source code. How can I find pictures of one of the pictures in the dataset at different steps in the diffusion model training process?

w86763777 commented 5 days ago

The generation of diffusion models is random, and it is not possible to specify the generation of a particular image from a dataset. I'm not sure if this is what you're asking?