Explainability for STGCN Models #8090
Unanswered
sencer4898
asked this question in
Q&A
Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
We are working on spatiotemporal graph data (human skeleton extracted from videos), where graphs (videos) are classified into a class. The model we use is implemented with Conv2D layers of Pytorch. I wanted to get explanations for specific samples using GNNExplainer of pytorch_geom, hoping that it would work only by manipulating edge_index. However, I found out that it is compatible only with models (layers) from pytorch_geom. Also, it expects an NxF (spatial) feature tensor and gives dimension error for TxNxF (spatiotemporal). I have two questions:
Thanks in advance
P.S. We need important edges of the adjacency matrix (spatial connections); importance calculation for temporal connections is not essential.
Beta Was this translation helpful? Give feedback.
All reactions