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
If the val_check_interval is not a factor of the total number of iterations, then the last few iterations will be wasted. Also, if the val_check_interval is bigger than the total number of iterations, then no model is saved at all. We should make sure the final model always gets saved.
The text was updated successfully, but these errors were encountered:
If the val_check_interval is not a factor of the total number of iterations, then the last few iterations will be wasted. Also, if the val_check_interval is bigger than the total number of iterations, then no model is saved at all. We should make sure the final model always gets saved.
The text was updated successfully, but these errors were encountered: