-
Notifications
You must be signed in to change notification settings - Fork 270
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
model generating bad random images #33
Comments
Hi, I encountered the same issue. |
Make sure you use the same variable (I am talking about the variable
If you don't, then you will get noise instead of meaningful images. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I trained my diffusion model in tensorflow based on this implementation and and after training for 450 epochs(on landscape dataset) ,my loss was around 0.015 (mse) and I generated a few samples and generated ones were very bad or random. Below are the generated images for 1000 time steps .
I just want to know is this a training issue , does my model need more training to further reduce the loss (currently : 0.015) OR is the problem in sampling technique.Can anyone help me please?
The text was updated successfully, but these errors were encountered: