chr5tphr / zennit

Zennit is a high-level framework in Python using PyTorch for explaining/exploring neural networks using attribution methods like LRP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Support for max-pooling layers

rodrigobdz opened this issue · comments

In the code there seems to be no mention of max-pooling layers, is LRP for this type of layers already (implicitly) supported?

Hey Rodrigo,
Max-Pooling is supported, as its gradient distributes the relevance in the correct way for LRP, ie. winner-takes-all.

Hi, Christopher, thanks for your prompt reply.
I see, proceeding to close this issue then.