Open
Description
Hi,
I'm looking to apply Grad-CAM to a 3D CNN classifier that I have trained.
This CNN takes input volumes of shape (250,250,6). I have applied the same approach as outlined in Grad-CAM.ipynb to this network.
A heatmap of the correct shape is returned. However, I'm finding that only 4 of those heatmap slices are unique.
i.e.
heatmap[ : , : , 0 ] == heatmap[ : , : , 1 ]
and
heatmap[ : , : , 4 ] == heatmap[ : , : , 5 ]
I was wondering if you had come across this before or have any idea what could be going on.
Thank you,
James.
Metadata
Metadata
Assignees
Labels
No labels