Commit Graph

2 Commits

Author SHA1 Message Date
George Shaikovski
f90ae217ee
fix warmup LR
LR resets every epoch during warmup to `warmup_start_lr` because it uses inner epoch step counter. We need to use `total_cur_step` to increment LR continuously from epoch to epoch.
2023-06-02 13:03:38 +01:00
Deyao Zhu
f1a33af227 first commit 2023-04-17 01:04:16 +03:00