-
Notifications
You must be signed in to change notification settings - Fork 42
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 relabel_neighborhood
and hetero_relabel_neighborhood
functions
#254
Conversation
Codecov Report
@@ Coverage Diff @@
## master #254 +/- ##
==========================================
+ Coverage 84.30% 85.26% +0.96%
==========================================
Files 30 32 +2
Lines 1026 1093 +67
==========================================
+ Hits 865 932 +67
Misses 161 161
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
f336a6a
to
323777a
Compare
9a5b492
to
0b891bc
Compare
@rusty1s Thank you for the review. I a question regarding the init.py file. I noticed you removed declarations of my functions from this file and now we cannot call them from Python. Do you have any other idea for this? |
This code belongs to the part of the whole distributed training for PyG.
This PR is complementary to the #246.
##Descrption
Perform global to local mappings using mapper and create (row, col) based on a sampled_nodes_with_duplicates and sampled_nbrs_per_node.
Other distributed PRs:
pytorch_geometric DistLoader: #7869
pytorch_geometric DistSampler: #7974
pyg-lib [MERGED]: #246
pyg-lib: #252
pyg-lib: #253