insikk / Grad-CAM-tensorflow

tensorflow implementation of Grad-CAM (CNN visualization)
307 stars 103 forks source link

Add Inception and Inception-ResNet-v2 Network Visualization #3

Open insikk opened 6 years ago

insikk commented 6 years ago

Due to popularity of inception network, let's see if it is possible visualizing inception network with GradCAM.

mitchellwiebe commented 2 years ago

Any progress on using your methods with Inception v3? Perhaps a demo script like you have for ResNet models? I'm trying to implement it on my own but am struggling with the code.