CyberZHG/keras-radam

keras ReduceLROnPlateau callback expects lr property

Opened this issue · 2 comments

Describe the Bug
The keras callback ReduceLROnPlateau, expects a property called "lr" for the learning rate of the optimiser. RAdam does not appear to have this? (also, the parameter is called learning_rate? where normally it would be just lr)

(btw, you implemented RAdam super fast! Nice! 👍 )

The base optimizer is copied from the tf-2 branch of keras. I've changed the name to lr.