Captum: GradCam

Created on 27 May 2020  路  1Comment  路  Source: pytorch/captum

I only see guided GradCam. Will you provide pure GradCam method?

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mainulquraishi picture mainulquraishi  路  4Comments

asalimih picture asalimih  路  5Comments

yanbek picture yanbek  路  5Comments

kmario23 picture kmario23  路  4Comments

eburling picture eburling  路  3Comments