insikk / Grad-CAM-tensorflow

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

Decoupling model and grad-cam visualization #6

Open insikk opened 6 years ago

insikk commented 6 years ago

grad-cam visualization is good because it does not force model to be in a certain way. However, current implementation is heavily coupled with inference model. It prevents users to easily use, and update when thing are changed, or fixed.