Skip to content

Integrated Gradient and Saliency Implemented on MUTAG data

Notifications You must be signed in to change notification settings

zaidishz/GNN_XAI_Captum

Repository files navigation

# Install required packages.
import os
import torch
os.environ['TORCH'] = torch.__version__
print(torch.__version__)

!pip install -q torch-scatter -f https://data.pyg.org/whl/torch-${TORCH}.html
!pip install -q torch-sparse -f https://data.pyg.org/whl/torch-${TORCH}.html
!pip install -q git+https://github.com/pyg-team/pytorch_geometric.git
!pip install -q captum

1.13.1+cu116

About

Integrated Gradient and Saliency Implemented on MUTAG data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published