Lowest validation loss
Compare changes
+ 42
− 1
@@ -65,6 +65,45 @@ def check_gpu(device):
@@ -569,7 +608,9 @@ def run(
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.