pytorch_geometric
pytorch_geometric copied to clipboard
Add `AttentionExplainer` example
This PR mainly removes GAT from the graphmask_explainer.py example and adds examples for the attention explainer.
When I was running graphmask_explainer.py , I encountered the following error:
Referring to test_attention_explainer, I found that the attention explainer should be used for the GAT model.