raghakot / keras-vis

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

Xception visualize_cam output as 1D #100

Open tofahito2 opened 6 years ago

tofahito2 commented 6 years ago

I have a standard trained Xception network, when ever i try to get the visualize_cam or visualize_saliency for this this network output i always have a 1d output. I tried the same code with different network and it works perfectly with the other networks but not with Xception. What should i do ? ... thank you in advanced