-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
[Feature] Add Langevin Dynamics Sampler #84
Comments
@natolambert would you like to implement it, if still relevant to GeoDiff? |
@anton-l I got GeoDiff working without it (good enough results for colab). |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Initial progress on this is done in #1032. The things that need to be done are:
Maybe @MinkaiXu -- expressed interest. |
Yes, glad to contribute @natolambert. Maybe we can find time to chat about this later next week. |
The score-based generative models sometimes us a Langevin Dynamics step to de-noise samples; see NCSN. In the diffusion model for generating molecule conformations, GeoDiff, this step function had the best results (even though it is simpler than the score-based schedulers currently in the repo).
It could be worth adding to the repo, likely after the branch #54 is added.
cc @MinkaiXu
The text was updated successfully, but these errors were encountered: