-
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
Adding option to return info about sampled graph #197
Conversation
It's enabling the hierarchical tensor usage and significant performance improvement
6d3486e
to
5209199
Compare
Codecov Report
@@ Coverage Diff @@
## master #197 +/- ##
==========================================
+ Coverage 83.37% 83.49% +0.11%
==========================================
Files 26 26
Lines 842 848 +6
==========================================
+ Hits 702 708 +6
Misses 140 140
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
I think code-wise this looks all good. Remaining questions would be
- Can we clean-up dispatching logic? Do you have any solution for this?
- Would prefer some renaming ala
num_nodes_per_hop
or similar - I'm not totally sure why we gate behind
disjoint
in the heterogeneous case but not in the homogeneous one.
5d34fe4
to
7f56bcc
Compare
for more information, see https://pre-commit.ci
Thanks you @rusty1s for the review.
|
It's enabling the hierarchical tensor usage
and significant performance improvement
PyG part: pyg-team/pytorch_geometric#6661