change epoch to best epoch + disable early stopping

This commit is contained in:
YannAhlgrim
2026-07-19 17:59:49 +02:00
parent 0cc2f3532b
commit 04b825af2a
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -27,14 +27,14 @@ mask:
optimization:
optimizer: adamw
freeze_weights: true
epochs: 300
epochs: 1
lr: 0.001
weight_decay: 5.0e-4
lr_schedule: cosine
gradient_accumulation_steps: 32
final_lr: 0.0
early_stopping:
enabled: true
enabled: false
patience: 10
min_delta: 1.0e-4
min_epochs: 15