Explainability Requires Interactivity In Python
This repository contains the code to train all custom models used in the paper Explainability Requires Interactivity as well as to create all static explanations (heat maps and generative). For our interactive framework, see the sister repositor. Precomputed generative explanations are located at static_generative_explanations. Requirements Install the conda environment via conda env create -f env.yml (depending on your system you might need to change some versions, e.g. for pytorch, cudatoolkit and pytorch-lightning). For some parts you will need the FairFace […]
Read more