chr5tphr / zennit

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

Basic hook #17

Closed chr5tphr closed 3 years ago

chr5tphr commented 3 years ago

LinearHooks are now BasicHooks and have been renamed in all locations. The docstring for BasicHooks was updated. A bug through which the number of supplied parameters was calculated wrongly was fixed.

find_packages is now used in setup.py to consider possible submodules in future.

Higher versions of PyTorch are now allowed.