-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Add pcqm4m multi-gpu example: large scale graph regression #9070
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@akihironitta let us know if anything else needed to get this merged? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!
In df01ea3, I fixed invalid code and simplified the script for readability and hackability by addressing linter errors, removing too verbose efficiency measurements.
LGTM once the CI is green, but feel free to ask Matthias for another review.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
This PR adds OGB LSC example pcqm4m https://ogb.stanford.edu/docs/lsc/pcqm4mv2/ , large scale graph regression: predicting the HOMO-LUMO energy gap in electronvolt (eV) given 2D molecular graphs.
Most of the code is adapted from the https://github.com/snap-stanford/ogb repository.