Fixed a visual bug

This commit is contained in:
Christian Risi 2025-10-12 16:42:59 +02:00
parent 2ccec9efb8
commit 76345f8d4f

View File

@ -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