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
|`max_patience`| <tt>int</tt> | Number of evaluations without an improvement to consider the model to have plateaued. |
419
+
|`scale`| <tt>float</tt> |Scale to apply to the learning rate when the model has plateaued. This scale is cumulative -- if the model plateaued `n` times, the effective scale is `scale**n`. |
420
+
|`schedule`| <tt>Schedule[float]</tt> |The schedule to wrap.|
0 commit comments