TorchLRP
TorchLRP copied to clipboard
A PyTorch 1.6 implementation of Layer-Wise Relevance Propagation (LRP).
Thank for your works! I see that you implement LRP for vgg model. But vgg is simple model with single Sequential and does not have residual connection. Could you help...
I implemented the excellent scripts and found that conv_transpose2d does not work properly for my own work. So I updated it in functional.conv line27 as follows: ```python # relevance_input =...
I just found an issue with the resnet conversion. Since the backward function has not been rewritten the size of the tensors are inconsistent.
Is there a way to get the relevance of model parameters, in addition to the inputs (and intermediate results) thereof? The PLOS paper ("On Pixel-Wise Explanations for Non-Linear Classifier Decisions...