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#

Features

Review the basic features provided by lczerolens.

Features
Walkthrough

Walk through the basic functionality of the package.

notebooks/walkthrough.ipynb

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.

Tutorials

See implementations of lczerolens through common interpretability techniques.

Tutorials
API Reference

See the full API reference for lczerolens to extend its functionality.

API Reference