sicara / tf-explain

Interpretability Methods for tf.keras models with Tensorflow 2.x
https://tf-explain.readthedocs.io
MIT License
1.02k stars 111 forks source link

Implementation of Ablation-CAM #123

Open matheushent opened 4 years ago

matheushent commented 4 years ago

I think it would be very nice to implement Ablation-CAM method exposed on _Ablation-CAM: Visual Explanations for Deep Convolutional Network via Gradient-free Localization_

It seems to be not so hard to do

RaphaelMeudec commented 4 years ago

@matheushent Thanks for pointing out the article, will look into it more deeply, but it seems pretty do-able indeed!