You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will work for Model object (keras.models.Model or tf.keras.models.Model) as long as the optimizer function used when compiling the model has a "learning_rate" parameter.
Actually, I just checked the code for this repo and it uses "lr", which is technically the same in the Keras source code, but only supported for the sake of backwards compatibility. The recommended usage "learning_rate", and I will refactor that and make a pull request after I'm done with this comment. 😄
So you could even a multi-input model with a CNN, an RNN, and a Feed-Forward network within one model and use this - the model doesn't matter. I would recommend learning a bit more about how this works and the corresponding login.
Hi,
Thank you for providing this awesome library. I gave it a try to my CNN model and it did not work well. Is this only works for Feed Forward model?
Please advise
The text was updated successfully, but these errors were encountered: