Getting Started#
lczerolens is a package for running interpretability methods on lc0 models. It is designed to be easy to use and to work with the most common interpretability techniques.
Installation#
To get started with lczerolens, install it with pip.
pip install lczerolens
Note
The dependencies for lczerolens are currently substantial.
It mainly depends on torch, nnsight, zennit and datasets.
First Steps#
Review the basic features provided by lczerolens.
Walk through the basic functionality of the package.
Note
Check out the walkthrough to get a better understanding of the package.
Advanced Features#
Warning
This following section is under construction, not yet stable nor fully functional.
See implementations of lczerolens through common interpretability techniques.
See the full API reference for lczerolens to extend its functionality.