keras-io icon indicating copy to clipboard operation
keras-io copied to clipboard

Problem with "Denoising Diffusion Implicit Model" - not learning.

Open Bejro opened this issue 3 years ago • 0 comments
trafficstars

The model proposed in ddim.py does not converge at all. It stays stable in a state that estimates the noise to be ~0 with an error of 0.7979 forever. My quick fix was to drop the AdamW optimizer and use Adam. I am just getting into diffusion models, thus, can somebody explain to me what exactly the problem is?

Bejro avatar Jul 19 '22 15:07 Bejro