Skip to content

Files

Latest commit

 

History

History
54 lines (36 loc) · 1.16 KB

getting_started.md

File metadata and controls

54 lines (36 loc) · 1.16 KB
id title
getting_started
Getting Started

This section shows you how to get up and running with Captum.

Installing Captum

Installation Requirements:

  • 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.

Tutorials

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.

API Reference

For an in-depth reference of the various Captum internals, see our API Reference.

Contributing

You'd like to contribute to Captum? Great! Please see here for how to help out.