Early stopping with val_check_interval
and check_val_every_n_epoch
stops too early
#17736
Labels
val_check_interval
and check_val_every_n_epoch
stops too early
#17736
Bug description
While training with an iterable-style dataset, I would like to monitor the validation performance every 1000 steps (minibatches). However, the
early_stopping
callback is actually stopping much too early, even though the metric is improving.The logs show clearly that the validation metric improves, and yet the early stopping callback stops the training.
What am I doing wrong? Where is the bug?
Thanks
What version are you seeing the problem on?
v1.9
How to reproduce the bug
Error messages and logs
Environment
Current environment
More info
(Might be Related to #490)
The text was updated successfully, but these errors were encountered: