I only see guided GradCam. Will you provide pure GradCam method?
Hi @yslin013
Have a look at LayerGradCam
After applying attribute(), you can scale the result to the image size using LayerAttribution.interpolate(..) as illustrated in the example included in the linked page.
Hope this helps
Most helpful comment
Hi @yslin013
Have a look at LayerGradCam
After applying attribute(), you can scale the result to the image size using LayerAttribution.interpolate(..) as illustrated in the example included in the linked page.
Hope this helps