Open eyaler opened 5 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.
i now also see this sometimes with softmax
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.