w86763777 / pytorch-ddpm

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

genereted results #4

Closed YIN95 closed 2 years ago

YIN95 commented 2 years ago

Hi, Thank you for the great work. I have an issue with the generation. This is the loss curve and 15k results. Not sure what's wrong, I just use the default config.

image image

wjsun357 commented 2 years ago

Hi, Thank you for the great work. I have an issue with the generation. This is the loss curve and 15k results. Not sure what's wrong, I just use the default config.

image image

I have the same issue. I wonder how you solved it.

w86763777 commented 2 years ago

@wjsun357 can you create an issue and add the following information to let me reproduce the failure.

Maybe you can train it again to see whether this failure is a special case.

wjsun357 commented 2 years ago

@wjsun357 can you create an issue and add the following information to let me reproduce the failure.

  • pytorch version
  • CUDA version

Maybe you can train it again to see whether this failure is a special case.

Thanks for your reply! The results become normal with longer iterations.