This is the pytorch implementation of the paper - Axiomatic Attribution for Deep Networks.
This is the pytorch implementation of “Axiomatic Attribution for Deep Networks”. The original tensorflow version could be found here.
resnet18
. You also need to put your images under examples/
.```
Results are slightly different from the original paper, it may have some bugs or need to do some adjustments. I will keep updating it, any contributions are welcome!