I see that you base on sequential relevance propagation https://github.com/moboehle/Pytorch-LRP/blob/3263df4886949d278ac6e7166ea04fb115e61860/innvestigator.py#L212 but isn't it not acceptable for skip connection, where relevance should come from residual and identity branch?
I see that you base on sequential relevance propagation
Pytorch-LRP/innvestigator.py
Line 212 in 3263df4
but isn't it not acceptable for skip connection, where relevance should come from residual and identity branch?