The main file is "mnist_example.ipynb". Please use Jupyter notebook to open the file.
We also provide an HTML file "mnist_example.html" containing the executed results of the notebook. The file could be open in standard web browsers.

The code is written in Python 3.
- Install python dependencies:
1. `pip install -r requirements.txt`

Reference:
1. https://github.com/PAIR-code/saliency
2. https://github.com/marcoancona/DeepExplain
3. https://github.com/ruthcfong/pytorch-explain-black-box
4. https://github.com/chihkuanyeh/saliency_evaluation