Skip to content

Lowest validation loss

Özgür Güler requested to merge lowest-validation-loss into main

Fixes #2 (closed)

When the lowest validation loss is being initialized during training, it will now check if the model is being loaded from a checkpoint and if there is a training log available. If available, it will find the lowest validation loss and initialize the lowest validation loss with that value from the training log before starting training.

Edited by Özgür Güler

Merge request reports