Akhil Gupta
Results
2
comments of
Akhil Gupta
Change `lr` to `learning_rate` in `adabound.py` file to make it compatible with the latest version of Keras >= 2.3.0.
@nicolastonon: You'll have to change L40 to `self.learning_rate = K.variable(learning_rate, name='learning_rate')`. Subsequently, `self.lr` to `self.learning_rate` everywhere. Hope that helps.