Update
This commit is contained in:
parent
bfa06847ca
commit
4b00a357b3
|
@ -1,4 +1,9 @@
|
||||||
Here is the an example code for using ScoreCAM GNN from the [ScoreCAM GNN : a generalization of an optimal local post-hoc explaining method to any geometric deep learning models](https://arxiv.org/abs/2207.12748) paper
|
# ScoreCAM GNN
|
||||||
|
|
||||||
|
|
||||||
|
Official implementation of ScoreCAM GNN algorithm. For further informations, see [ScoreCAM GNN : a generalization of an optimal local post-hoc explaining method to any geometric deep learning models, paper](https://arxiv.org/abs/2207.12748)
|
||||||
|
|
||||||
|
## Run an example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from torch_geometric.datasets import TUDataset
|
from torch_geometric.datasets import TUDataset
|
||||||
|
|
Loading…
Reference in New Issue