Skip to content

Reproduction of sanity checks for saliency maps [Adebayo 2018 et al.]

Notifications You must be signed in to change notification settings

Heyjuke58/sanity_checks_pytorch

Repository files navigation

Sanity Checks for Saliency Methods

In this repo we reimplement a sanity check (cascading randomization) for numerous saliency methods. We let us guide by a paper from Adebayo et al. and their code.

We examine the sanity check using a basic CNN trained on MNIST as well as a pre-trained ResNet-18 on ImageNet. You can find our detailed results in the PDF file.

How to get the code running:

  1. clone repo with submodule

git clone https://github.com/Heyjuke58/sanity_checks_pytorch.git --recurse-submodules

  1. setup environment via conda

conda env create --file environment.yml

About

Reproduction of sanity checks for saliency maps [Adebayo 2018 et al.]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published