-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support for OGB Hetero-Graphs #140
Conversation
Codecov Report
@@ Coverage Diff @@
## master #140 +/- ##
==========================================
+ Coverage 29.55% 39.21% +9.65%
==========================================
Files 39 39
Lines 1543 1752 +209
==========================================
+ Hits 456 687 +231
+ Misses 1087 1065 -22
Continue to review full report at Codecov.
|
Related to #139 |
what's the status of this? on which specific ogb dataset are you testing? |
Testing it on |
Not adding training indexes in this pr. Training splits will be handled as per the torch issue. We also need more documentation for HeteroGraphs (and maybe a tutorial). Not sure why docs are failing :) |
Is |
Yes, it might just be big enough to fail the CI. Let's test if the CI breaks, and then fix it. |
|
Handling Hetero Graphs in OGBDatasets.