Skip to content
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

Why the DPM solver is only used in sampling but not training? #25

Closed
caihaunqai opened this issue Feb 1, 2023 · 4 comments
Closed

Why the DPM solver is only used in sampling but not training? #25

caihaunqai opened this issue Feb 1, 2023 · 4 comments

Comments

@caihaunqai
Copy link

Hello, I found that the DPM solver can only be found in the function p_sample_loop_known. But I can not find them in training codes. Can you tell me?

@WuJunde
Copy link
Collaborator

WuJunde commented Feb 1, 2023

DPM solver is used for sampling/inference, not for training. see their paper for more details: https://arxiv.org/abs/2206.00927

@caihaunqai
Copy link
Author

Thank you. I want to know how to release the memory since it keep increasing.

@WuJunde
Copy link
Collaborator

WuJunde commented Feb 1, 2023

it's a bug caused by pytorch version, see this issue: #23

@caihaunqai
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants