torch_geometric.explain and edge features #8539
Closed
arthurserres
started this conversation in
General
Replies: 1 comment 3 replies
-
Yes, this is correct. While it is not impossible to support explanations of edge features, it makes the implementation a bit harder since we now need to separate the implementation of explainers based on the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to explain my GNN using the explain experimental module. All the features that I use in my model are on the edges and not on the nodes. I thus wanted to consider the mask "object" for node and "common_attributes" which is the correct configuration If I goodly understood the use of masks. However I looked at the source code and understand that edge mask can only be None or "object", so if I understand right, edge attribute cannot be used to explain the outcomes, is that correct ?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions