captum icon indicating copy to clipboard operation
captum copied to clipboard

Addition of a LRP tutorial notebook

Open JohannesK14 opened this issue 4 years ago • 3 comments

📚 Documentation

I would like to add an LRP tutorial/ notebook to help other people with LRP.

I suggest using this tutorial as a reference: Python LRP tutorial I already wrote the code using captum and was able to produce visually similar results.

JohannesK14 avatar May 03 '21 14:05 JohannesK14

Thank you very much @JohannesK14 for the initiative!

An LRP tutorial is indeed due. How about your submit a PR of your tutorial (ideally as a Jupyter notebook) under https://github.com/pytorch/captum/tree/master/tutorials?

We can then test the notebook and provide any needed feedback.

Thanks in advance!

bilalsal avatar May 03 '21 20:05 bilalsal

Ok.

JohannesK14 avatar May 04 '21 15:05 JohannesK14

Hi @JohannesK14

Thanks for adding LRP tutorial notebook. I'm just executing your ongoing tutorial notebook but I am wondering why the output result (Overlayed LRP) is different from the original one (Python LRP tutorial)? How can I get summed over actual pixel-wise contributions using captum?

2nayk avatar Jul 03 '21 10:07 2nayk