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
I am new to Tensorflow so I could be wrong, but is it correct to say that the EarlyStopping implemented in this repo is confusing?
The only stop condition I can find is if step > max_steps:, whereas "early stopping" seems to suggest the training is stopped when the training or validation loss is no longer declining.
The text was updated successfully, but these errors were encountered:
I am new to Tensorflow so I could be wrong, but is it correct to say that the
EarlyStopping
implemented in this repo is confusing?The only stop condition I can find is
if step > max_steps:
, whereas "early stopping" seems to suggest the training is stopped when the training or validation loss is no longer declining.The text was updated successfully, but these errors were encountered: