Closed wabala94 closed 5 years ago
Hi.
GradCAM module will generate heatmaps using the model initialized by your fine-tuned network parameters, not by ones from torchvision.
Ok, that's perfect - just wanted to make sure I was understanding its usage correctly. Thanks!
Hi! Thanks for your amazing work here. You've really made testing out gradcam a breeze.
I have a question regarding the usage of these modules. When I create a saliency map using a model I have fine-tuned as the architecture, are the resulting maps shown for the original torchvision pretrained network or my fine-tuned model?
Thanks in advance.