experiencor / deep-viz-keras

Implementations of some popular Saliency Maps in Keras
https://experiencor.github.io/cnn_visual.html
164 stars 31 forks source link

Custom optimizers -- ValueError: Unknown optimizer #11

Open ghost opened 4 years ago

ghost commented 4 years ago

GuidedBackprop(model) results in the error: ValueError: Unknown optimizer: RAdam

It doesn't like custom optimizers. Any way to add it?