Fixed a visual bug
This commit is contained in:
parent
2ccec9efb8
commit
76345f8d4f
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user