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
Congratulations for the awesome piece of code. It works out of the box with Keras! With only one glitch that when a default 'ReduceOnPlateau' learning rate scheduler is used the following error is thrown
"AttributeError: 'TFOptimizer' object has no attribute 'lr'"
I know that the learning rate schedule is internal in your method and should not be scheduled from outside however to keep compatibility a proper error might be thrown I suppose.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
Congratulations for the awesome piece of code. It works out of the box with Keras! With only one glitch that when a default 'ReduceOnPlateau' learning rate scheduler is used the following error is thrown
"AttributeError: 'TFOptimizer' object has no attribute 'lr'"
I know that the learning rate schedule is internal in your method and should not be scheduled from outside however to keep compatibility a proper error might be thrown I suppose.
Thanks.
The text was updated successfully, but these errors were encountered: