raghakot / keras-vis

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

visualize_saliency on a 5 channel image, 50*50 image size gives back 5*50*3 heatmap. #108

Closed hbendeguz closed 6 years ago

hbendeguz commented 6 years ago

I am having trouble interpret the heat map size since i waited for a 5050 image size but i got 550*3. Maybe the 5 channels is not handled well? i installed through pip, can it be a problem?