albermax / albermax/innvestigate
Question regarding the Implementation of Integrated Gradients and LRP-z
- Linguagem predominante
- Python
- Estrelas
- 1.3k
- Forks
- 230
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.