From 76345f8d4f53555c24d3d523369c32ea61146e0f Mon Sep 17 00:00:00 2001 From: Christian Risi <75698846+CnF-Gris@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:42:59 +0200 Subject: [PATCH] Fixed a visual bug --- Playgrounds/nanosocrates-train-experiment-2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Playgrounds/nanosocrates-train-experiment-2.py b/Playgrounds/nanosocrates-train-experiment-2.py index 8eeda63..e72e41c 100644 --- a/Playgrounds/nanosocrates-train-experiment-2.py +++ b/Playgrounds/nanosocrates-train-experiment-2.py @@ -130,7 +130,7 @@ decoder_only_scheduler = Transformer.WarmupLR( decoder_only_optim, WARMUP_EPOCHS, EMBEDDED_SIZE, last_epoch=CURRENT_EPOCH ) -current_epoch = CURRENT_EPOCH +current_epoch = CURRENT_EPOCH + 2 patience = 0