Kevin Hong
Kevin Hong
@jacobgil Thanks for your reply! > Is there a way to share an example use case for this: maybe some model and and input image example, or an image example...
> I have used your code to get the grad-cam outputs, my input 3D image tensor size is (1, 1, 24, 224, 224) representing (batch, channel, depth, height, width). Then...
I encountered the same problem when I changed the architecture to my own model. In my case, I found some elements of `exp_logits + neg_logits` could be zeros, thus resulting...