-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
q_sample
can only generate noise image.
#131
Comments
issue62 |
It might be useful to set EMA to False |
@Ludrasaum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have reproduced the ddpm with MindSpore, all Modules and initialized methods are the same, but the
q_sample
method can not generate an ordinary image but always returns a noise. I have check the flax implementation in denoising-diffusion-flax and found the code snippet:but found the pytorch code:
it seems the final image use
x_start
notimg
.The other problem is that I have tried
x_start
orimg
, both of them can only return noise image.The text was updated successfully, but these errors were encountered: