mi-prometheus
mi-prometheus copied to clipboard
Continue training when validation loss below threshold
Consider actually NOT stopping when "converged", this will require dividing loss_stop into two parameters:
- loss_threshold (DEFAULT: 1e-5) - indicating the threshold
- loss_stop (DEFAULT: True or False?) - indicating whether we want to stop or continue training