Getting Started#
NNsight (/ɛn.saɪt/) is a package for the interpreting and manipulating the internals of deep learning models.
Installation#
To get started with NNsight, install it with pip
.
pip install nnsight
Please give the project a star on Github to support the project. NNsight is open-source and you can read and clone the full source at ndif-team/nnsight.
First Steps#
Walkthrough
Walk through the basic functionality of the package.
Features
Check out the basic features provided by nnsight.
Tutorials
See implementations of nnsight through common interpretability techniques.