chr5tphr / zennit

Zennit is a high-level framework in Python using PyTorch for explaining/exploring neural networks using attribution methods like LRP.
Other
190 stars 32 forks source link

Update pylintrc and introduce style fixes #94

Closed chr5tphr closed 2 years ago

chr5tphr commented 2 years ago

Style fixes for tests/test_canonizers.py

Added docstrings to tests/conftest.py fixtures

Added missing docstrings in rules.py

Style fixes for image.py

Use f-string in core.py RuntimeError

Style-/bug fixes for cmap.py

Added missing docstring in attribution.py

Disable undesired pylint errors