how to reconstructions input image like Fig.8 in paper?
Johnson-yue opened this issue · 2 comments
Hi, thanks your code , the paper is said that diffusion model can not reverse the image
so , how to reconstruction input image like Fig8 in paper ??
Hi @Johnson-yue , I'm trying the method _denoise
inside the Model
class in run_cifar
or run_celeb
, which in both cases calls the model
function inside the unet
file. However, the output isn't very good. Did you find an alternative solution?
Hi @Johnson-yue , I'm trying the method
_denoise
inside theModel
class inrun_cifar
orrun_celeb
, which in both cases calls themodel
function inside theunet
file. However, the output isn't very good. Did you find an alternative solution?
I could get a decent result either. I am trying to generate new images on CFAR10. have you found any solution or code?