Skip to content

Latest commit

 

History

History

Interpretability

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