RexYing / gnn-model-explainer

gnn explainer
Apache License 2.0
867 stars 173 forks source link

Doubt: GNNExplainer on Deep GCNN on Graph Classification Tasks #35

Open franciscogrisanti opened 3 years ago

franciscogrisanti commented 3 years ago

Hi @RexYing!

Thank you for the great package, I really enjoyed reading the paper as well.

I'm thinking of applying your explanation model to a deep graph CNN that I trained on a graph classification task making use of stellargraph package (Repo here).

The architecture contains a pooling layer/fully connected layer and it wasn't clear if your method would work with this type of layers?

Best,

Francisco

rupjit-bo commented 2 years ago

@franciscogrisanti Did you find a way to do this. If yes, please share it.

mmpust commented 1 year ago

Hi Francisco, great question! Were you able to get it run with the stellargraph package? Any updates for the pooling layer?