albermax / albermax/innvestigate
Question regarding the Implementation of Integrated Gradients and LRP-z
- Dominant language
- Python
- Stars
- 1.3k
- Forks
- 230
- PR merge metrics
- No merged PRs in 30d
Description
Hey Alber,
1. I was reading the Integrated Gradients (IG) paper and my understanding is that they backpropagate through a model **with** softmax layer. I also looked at their code to verify this and the [same was mentioned there](https://github.com/ankurtaly/Integrated-Gradients/blob/master/howto.md#identifying-the-output-tensor) as well.

But looking at your implementation, my understanding is that you pass a `model_wo_softmax` for analyzing. It would be great if you could help me understand as to why this discrepancy is happening or did I miss something?
2. While looking at the list of methods available in this toolbox, I found that there is another variation of LRP called LRP-z but surprisingly, I could not find it in the papers. In the papers, authors mostly talk about LRP-eps/LRP-alpha-beta. Could you please refer me to the paper where authors discuss LRP-z.
Thanks,
Naman
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.