google-research / big_transfer

Official repository for the "Big Transfer (BiT): General Visual Representation Learning" paper.
https://arxiv.org/abs/1912.11370
Apache License 2.0
1.5k stars 174 forks source link

GRAD CAM #42

Open movaldivia opened 3 years ago

movaldivia commented 3 years ago

Hi!

I would like to apply grad cam from here: https://keras.io/examples/vision/grad_cam/. The problem is that if I apply tfhub y just see one layer, what could I do?

bikramb98 commented 3 years ago

I want to do this as well, any help would be highly appreciated! It'd be amazing to visualise the network's output that performs so well on a dataset I trained it on.

ahmadr75 commented 2 years ago

Hi everyone! I would like to apply Grad-Cam into this model as well. I would appreciate it if you could inform me whether you solve this issue. @movaldivia @bikramb98