ColossalAI/colossalai/nn/lr_scheduler
Baizhou Zhang 39f2582e98
[hotfix] fix lr scheduler bug in torch 2.0 (#4864)
2023-10-12 14:04:24 +08:00
..
__init__.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
cosine.py [misc] add last_epoch in CosineAnnealingWarmupLR (#4778) 2023-09-26 14:43:46 +08:00
delayed.py [hotfix] fix lr scheduler bug in torch 2.0 (#4864) 2023-10-12 14:04:24 +08:00
linear.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
multistep.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
onecycle.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
poly.py [misc] update pre-commit and run all files (#4752) 2023-09-19 14:20:26 +08:00
torch.py [legacy] move communication and nn to legacy and refactor logger (#4671) 2023-09-11 16:24:28 +08:00