[db7631]: / Interpretability / README.md

Download this file

32 lines (21 with data), 1.2 kB

Integrated Gradients to Interpret Classification

TensorFlow 2.2
TensorFlow 1.15
Python 3.6

Installation and Set up for Heatmap Experiments

python3 -m venv ./venv
source ./venv/bin/activate

pip install --upgrade pip

# this installs tensorflow-2.3.0-cp36
pip install --upgrade tensorflow

pip install jupyterlab
pip install matplotlib
pip install opencv-python

# try out tf-explain
pip install tf-explain

References