titu1994/keras-adabound

clip by value

Closed this issue · 2 comments

https://github.com/CyberZHG/keras-adabound/blob/master/keras_adabound/optimizers.py

K.minimum(K.maximum(step, lower_bound), upper_bound)

will not work?

This works better actually. Dunno why I insisted on using K.clip directly.

Closed via 5ce819b