jacobgil / pytorch-grad-cam

Advanced AI Explainability for computer vision. Support for CNNs, Vision Transformers, Classification, Object detection, Segmentation, Image similarity and more.
https://jacobgil.github.io/pytorch-gradcam-book
MIT License
10.32k stars 1.55k forks source link

convert grad-cam to tensorflow #347

Open vuhung142 opened 1 year ago

vuhung142 commented 1 year ago

Hi @jacobgil , I want to convert grad-cam from pytorch to tensorflow but I don't know how do that. Can you help me suggest how to make? thanks very much

HanClinto commented 10 months ago

One blog post that may be helpful for you or others: https://pyimagesearch.com/2020/03/09/grad-cam-visualize-class-activation-maps-with-keras-tensorflow-and-deep-learning/