This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
pytorch-image-models
Watch
1
Star
0
Fork
0
You've already forked pytorch-image-models
mirror of
https://github.com/huggingface/pytorch-image-models.git
synced
2025-06-03 15:01:08 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
pytorch-image-models
/
timm
/
scheduler
History
han
a16171335b
fix: change milestones to decay-milestones
...
- change argparser option `milestone` to `decay-milestone`
2022-05-10 07:57:19 +09:00
..
__init__.py
LR scheduler update:
2021-09-01 17:33:11 -07:00
cosine_lr.py
LR scheduler update:
2021-09-01 17:33:11 -07:00
multistep_lr.py
…
plateau_lr.py
Remove redundant noise attr from Plateau scheduler (use parent)
2022-03-21 22:00:03 -07:00
poly_lr.py
Fix k_decay default arg != 1.0 in poly scheduler
2021-11-22 09:37:36 -08:00
scheduler_factory.py
fix: change milestones to decay-milestones
2022-05-10 07:57:19 +09:00
scheduler.py
Merge remote-tracking branch 'origin/master' into norm_norm_norm
2022-03-21 13:41:43 -07:00
step_lr.py
…
tanh_lr.py
LR scheduler update:
2021-09-01 17:33:11 -07:00