You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytorch-image-models/hfdocs/source/reference/optimization.mdx

13 lines
315 B

# Optimization
## Optimizers
[[autodoc]] timm.optim.optim_factory.create_optimizer
## Schedulers
[[autodoc]] timm.scheduler.cosine_lr.CosineLRScheduler
[[autodoc]] timm.scheduler.step_lr.StepLRScheduler
[[autodoc]] timm.scheduler.tanh_lr.TanhLRScheduler
[[autodoc]] timm.scheduler.plateau_lr.PlateauLRScheduler