pytorch-image-models icon indicating copy to clipboard operation
pytorch-image-models copied to clipboard

Add Gradient Visualization on models

Open sowmen opened this issue 5 years ago • 3 comments

I was trying GradCam implementation from this repo on EfficientNet https://github.com/jacobgil/pytorch-grad-cam but could not make it work with. Size mismatch error occurs in the last layer.

How about adding functionality for GradCam, GuidedBackprop, and other similar gradient visualization methods for the models.

sowmen avatar Sep 03 '20 03:09 sowmen

@sowmen not on my list of things todo, but open to contributions

rwightman avatar Sep 03 '20 04:09 rwightman

looking forward to this func implemented

Stephenfang51 avatar Jan 04 '21 03:01 Stephenfang51

looking forward to this func implemented

@Stephenfang51 There's a pytorch library called Captum. It contains many model visualization algorithms and works with all the models from this repo. Give that a try.

sowmen avatar Jan 06 '21 19:01 sowmen