-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Added support for heterogeneous graphs in AttentionExplainer
#10169
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
Added support for heterogeneous graphs in AttentionExplainer
#10169
Conversation
for more information, see https://pre-commit.ci
0cbde7a to
61e25e6
Compare
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.
1c533cc to
3062317
Compare
We will support |
3062317 to
eb396e6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## xinwei_support_pg_explainer_hetero_v3 #10169 +/- ##
========================================================================
Coverage ? 85.36%
========================================================================
Files ? 496
Lines ? 33840
Branches ? 0
========================================================================
Hits ? 28889
Misses ? 4951
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ort_attention_explainer_hetero_v1
|
You are right but at the moment, attention explainer is only designed to handle the case where |
|
could we get this effort merge and create a follow-up ticket to handle the |
wsad1
left a comment
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.
Looks good.
Lets have a quick follow up for HANConv and other hetro GNNs.
AttentionExplainerAttentionExplainer
…am#10169) Fixes pyg-team#9112 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Akihiro Nitta <[email protected]> Co-authored-by: Jinu Sunil <[email protected]>
Fixes #9112