modnet icon indicating copy to clipboard operation
modnet copied to clipboard

Default EarlyStopping strategy

Open ml-evs opened this issue 3 years ago • 0 comments

As of #44, our strategy is to monitor the loss and stop early by default when performing hyperparameter optimisation. We do not, however, restore the best weights (those with the lowest loss).

Questions:

  • should we monitor validation loss by default instead?
  • should we restore the best weights for the given preset?

ml-evs avatar Apr 13 '21 16:04 ml-evs