raghakot / keras-vis

Neural network visualization toolkit for keras
https://raghakot.github.io/keras-vis
MIT License
2.97k stars 664 forks source link

Grad Cam Output Looks Columnar #187

Open ghost opened 5 years ago

ghost commented 5 years ago

My grad cam plots are looking very odd. I'm using

The only change I made to kera-vis was replacing the import statements

from keras import backend as K

in all python files with

from tensorflow.python.keras._impl.keras import backend as K

This is because I used channels_first and trained my original model with the backend as above. As you can see, the output looks columnar and is odd. Any help?

cam_map_02

ghost commented 3 years ago

Was this issue resolved?