raghakot / keras-vis

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

saliency + guided backprop + all filters + linear activation + VGG16 gives zero gradients #200

Open eyaler opened 4 years ago

eyaler commented 4 years ago

not sure why but the combination of guided backprop + filter_indices=None (all filters) + linear final activation gives me zero gradients for VGG16. you can see this in the demo notebook.

eyaler commented 4 years ago

i now also see this sometimes with softmax