Could anyone visualize the heatmap using GradCAM?
After changing the name in denseNet_localization.py module.densenet121.features.denseblock4.denselayer16.conv.2 to module.densenet121.features.denseblock4.denselayer16.conv2
It then returns Nan values for the heatmap.
Could anyone visualize the heatmap using GradCAM?
After changing the name in denseNet_localization.py module.densenet121.features.denseblock4.denselayer16.conv.2 to module.densenet121.features.denseblock4.denselayer16.conv2
It then returns Nan values for the heatmap.