-
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
[Feature] HGAM hetero low-level example #7425
[Feature] HGAM hetero low-level example #7425
Conversation
mszarma
commented
May 24, 2023
- enable hetero part for CSR in trim_to_layer
- refactor of trim_to_layer utils to add low-level functions
- add hgam hetero low-level example
Codecov Report
@@ Coverage Diff @@
## master #7425 +/- ##
==========================================
- Coverage 91.43% 91.43% -0.01%
==========================================
Files 445 445
Lines 24689 24696 +7
==========================================
+ Hits 22575 22580 +5
- Misses 2114 2116 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
e0306ca
to
fb3bf7a
Compare
fb3bf7a
to
cbdaba9
Compare
for more information, see https://pre-commit.ci
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.
Thank you @mszarma. Can we add bipartite SparseTensor
support in a follow-up?
|
Enable https://github.com/pyg-team/pytorch_geometric/blob/master/examples/hetero/hierarchical_sage.py using SparseTensor flow (#7425 (review)) --------- Co-authored-by: rusty1s <[email protected]>