Function override #4440
Unanswered
fork123aniket
asked this question in
Q&A
Replies: 2 comments 10 replies
-
You should be able to just assign them to each layer: |
Beta Was this translation helpful? Give feedback.
9 replies
-
@fork123aniket I appreciate a lot ! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
How can I override a function named
explain_message()
insideMessagePassing
interface for each message passing layer in custom explainer which inherits fromtorch.nn.Module
without touching each layer type' (GAT, GCN, RGCN, etc.) original implementation??Currently, my
explain_message()
implements the following functionality:-Beta Was this translation helpful? Give feedback.
All reactions