sicara / tf-explain

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

Unguided Grad CAM #77

Closed RaphaelMeudec closed 4 years ago

RaphaelMeudec commented 4 years ago

Atm, guided backpropagation is included in Grad CAM automatically (see here). The objective of this issue is to make optional this behaviour (but selected by default).

How to do so?

When opening your PR, make sure to add some resulting visualizations.

RiyazAina-DeepML commented 4 years ago

NameError: name 'GradCAM' is not defined

RaphaelMeudec commented 4 years ago

@RiyazAina-DeepML Could you create a new issue and put some context in it? For example, a sample code to reproduce the error. Thanks