Closed Europium248 closed 4 years ago
@Europium248, Thank you for pointing out to it. We can certainly fix it. Feel free to send a PR if you'd like too :)
Thanks, made the PR!
Thank you very much. Do you mind fixing it here too? https://github.com/pytorch/captum/blob/master/captum/attr/_core/input_x_gradient.py#L16
The current PR says the change is already present in both locations - does look different to you?
I see the change, thank you :)
Merged the PR. Closing the issue. Thank you!
Thank you very much for building Captum! I noticed that both in the README.md and in the method documentation at https://captum.ai/api/input_x_gradient.html, the reference provided for the "input x gradient" method is a paper that appeared in November 2016 (https://arxiv.org/abs/1611.07270). However, the "input x gradient" method (as well as the equivalence to epsilon-LRP for ReLU networks) actually appears six months prior in May 2016 in https://arxiv.org/abs/1605.01713. I know this may seem like a small thing, but I think it's important to give credit where credit is due especially in academia!