mmeendez's picture
Update Readme
7d7e5b0
|
raw
history blame
355 Bytes

CNN - Transformer Explainability

A simple tool with Gradio to compare Class Activation Map (CAM) from a ResNet50 with Attention Rollout from ViT.

Installation

Install requirements with:

pip install -r requirements.txt

Run:

python app.py

CAM

Attention Rollout