.gitignore
.gitlab-ci.yml
.readthedocs.yaml
CONTRIBUTING.md
COPYING
COPYING.LESSER
LICENSE
README.md
pylintrc
setup.py
tox.ini
.github/workflows/tests.yml
docs/source/bibliography.bib
docs/source/bibliography.rst
docs/source/conf.py
docs/source/getting-started.rst
docs/source/index.rst
docs/source/_static/favicon.svg
docs/source/_templates/modules.rst
docs/source/how-to/compute-second-order-gradients.rst
docs/source/how-to/get-intermediate-relevance.rst
docs/source/how-to/index.rst
docs/source/how-to/use-attributors.rst
docs/source/how-to/use-rules-composites-and-canonizers.rst
docs/source/how-to/visualize-results.rst
docs/source/how-to/write-custom-attributors.rst
docs/source/how-to/write-custom-canonizers.rst
docs/source/how-to/write-custom-composites.rst
docs/source/how-to/write-custom-rules.rst
docs/source/reference/index.rst
docs/source/tutorial/image-classification-vgg-resnet.ipynb
docs/source/tutorial/index.rst
share/example/feed_forward.py
share/img/beacon_resnet50_various.webp
share/img/beacon_vgg16_epsilon_gamma_box.png
share/img/beacon_vgg16_various.webp
share/img/zennit.png
share/img/zennit.svg
share/merge_maps/vgg16_bn.json
share/scripts/download-lighthouses.sh
share/scripts/palette_fit.py
share/scripts/palette_swap.py
share/scripts/show_cmaps.py
src/zennit/__init__.py
src/zennit/attribution.py
src/zennit/canonizers.py
src/zennit/cmap.py
src/zennit/composites.py
src/zennit/core.py
src/zennit/image.py
src/zennit/layer.py
src/zennit/rules.py
src/zennit/torchvision.py
src/zennit/types.py
src/zennit.egg-info/PKG-INFO
src/zennit.egg-info/SOURCES.txt
src/zennit.egg-info/dependency_links.txt
src/zennit.egg-info/requires.txt
src/zennit.egg-info/top_level.txt
tests/conftest.py
tests/helpers.py
tests/test_attribution.py
tests/test_canonizers.py
tests/test_cmap.py
tests/test_composites.py
tests/test_core.py
tests/test_image.py
tests/test_rules.py
tests/test_torchvision.py