Skip to content

Pytorch implementation of some saliency map methods for XAI.

Notifications You must be signed in to change notification settings

AntonotnaWang/saliency_maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saliency Maps

PyTorch implementation of some saliency map methods for XAI.

It can be used for any PyTorch pretrained models and show the saliency map of any layer.

Please follow the tutorial in the notebook show_saliency_maps.ipynb.

saliency_maps

saliency_maps_II

update

v0 is the old version. The new version can be used for any PyTorch pretrained models and show the saliency map of any layer (e.g., for VGG19, you set the hook layer(s) [features.20] or [features.10, features.20, features.30]).

About

Pytorch implementation of some saliency map methods for XAI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published