chr5tphr / zennit

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

Tests: Add helper module and complete Canonizer tests #127

Closed chr5tphr closed 2 years ago

chr5tphr commented 2 years ago

Tests: Complete Canonizer Tests

Add tests for following classes to complete the canonizer tests:

Additionally:

Tests: Move helper functions to tests/helper.py