pytorch_geometric icon indicating copy to clipboard operation
pytorch_geometric copied to clipboard

Add `AttentionExplainer` example

Open chaojun-zhang opened this issue 8 months ago • 0 comments

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:

image

Referring to test_attention_explainer, I found that the attention explainer should be used for the GAT model.

chaojun-zhang avatar Jul 03 '24 03:07 chaojun-zhang