Grad-cam for shufflenetv2

I am working with ShuffleNetv2, used transfer learning to perform classification and would like to know how to extract or plot the Grad-Cam for the same.

Thanks in advance. :smiley:

Captum provides a Guided GradCam implementation, which could be used for your model. :slight_smile:

@ptrblck Can I use Guided GradCam provided by Captum for GoogleNet along with transfer learning. Thanks !!

1 Like

I think this should be possible and don’t know if there would be limitations to specific use cases.
Are you seeing any issues?

1 Like