You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Keras' VGG16 to classify a picture of a dog and am generating a heatmap from GradCAM.explain.
Using .1.0 and specifying the layer_name of "block5_conv3" gives a much nicer heatmap (first image) than using .2.0 and not specifying the layer_name (second image).
the behavior of .2.1 and .2.0 appears the same to me
specifying the layer_name with .2.1 doesn't fix this, the auto choosing of the layer appears to be picking the block5_conv3 layer
The text was updated successfully, but these errors were encountered:
I'm using Keras' VGG16 to classify a picture of a dog and am generating a heatmap from GradCAM.explain.
Using .1.0 and specifying the layer_name of "block5_conv3" gives a much nicer heatmap (first image) than using .2.0 and not specifying the layer_name (second image).
The text was updated successfully, but these errors were encountered: