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 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.
The text was updated successfully, but these errors were encountered:
JamesCallanan
changed the title
Not getting heatmap for every slice in input volume
Not getting unique heatmap for every slice in input volume
Feb 8, 2022
hello @JamesCallanan@fitushar please let me know how much memory is required for it? as I am getting OOM memory exhaustion error. I have 24GB GPUs and 128GB RAM
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.
The text was updated successfully, but these errors were encountered: