id | title |
---|---|
getting_started |
Getting Started |
This section shows you how to get up and running with Captum.
- Python >= 3.6
- PyTorch >= 1.2
- numpy
Captum is easily installed via
Anaconda (recommended)
or pip
:
conda install captum -c pytorch
pip install captum
For more detailed installation instructions, please see the Project Readme on GitHub.
We have several tutorials to help get you off the ground with Captum. The tutorials are Jupyter notebooks and cover the basics along with demonstrating usage of Captum with models of different modalities.
View the tutorials page here.
For an in-depth reference of the various Captum internals, see our API Reference.
You'd like to contribute to Captum? Great! Please see here for how to help out.