Explain decoder #9422
Unanswered
ShaniCohen
asked this question in
Q&A
Explain decoder
#9422
Replies: 1 comment
-
If you just want to explain the decoder (with no GNN involved), you can simply use any explanation tool from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have built a GNN model for link prediction in a bipartite graph.
My model is composed of an encoder & decoder, similar to your (example) but with a concatenation of additional features fed to the decoder.
I want to use PyG Explainer (or any other PyG class) to explain the contributions of the decoder's input features (or explain the decoder). Would you happen to have any support for this?
BR
Beta Was this translation helpful? Give feedback.
All reactions