Installation

You can install torch_explain along with all its dependencies from PyPI:

pip install torch-explain

or from source code:

git clone https://github.com/pietrobarbiero/pytorch_explain.git
cd ./torch_explain
pip install -r requirements.txt .

PyTorch Explain is compatible with Python 3.7 and above.