Replies: 1 comment 3 replies
-
Update: I've tried with a dummy model with more GNN layers and everything works. Thus, it is an issue related to unreached nodes during the message-passing phase. How can I solve that? |
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'm trying to run
Captum Explainer
for a node classification task. However, I'm facing some issues.First, unused parameters have been detected (maybe some nodes have not been reached for a limited number of hops during the message passing), but I've forced the parameter in the code.
However, I've still
None
gradients, so I couldn't find a feasible solution.To get some insights in the code, I'm posting the model:

The explainer setting:

and the error

Thanks a lot for the help!!
Beta Was this translation helpful? Give feedback.
All reactions