update max epoch to 2

This commit is contained in:
ThuanNaN 2025-01-20 07:29:12 +07:00
parent 023fdf11f7
commit 7bb8ca2a38
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ run:
warmup_lr: 1e-6
weight_decay: 0.05
max_epoch: 5
max_epoch: 2
num_workers: 6
warmup_steps: 1000
iters_per_epoch: 2000

View File

@ -33,7 +33,7 @@ run:
warmup_lr: 1e-6
weight_decay: 0.05
max_epoch: 5
max_epoch: 2
num_workers: 6
warmup_steps: 1000
iters_per_epoch: 2000