docs/source/en/main_classes/optimizer_schedules.md
The .optimization module provides:
_LRSchedule:[[autodoc]] Adafactor
[[autodoc]] SchedulerType
[[autodoc]] get_scheduler
[[autodoc]] get_constant_schedule
[[autodoc]] get_constant_schedule_with_warmup
[[autodoc]] get_cosine_schedule_with_warmup
[[autodoc]] get_cosine_with_hard_restarts_schedule_with_warmup
[[autodoc]] get_cosine_with_min_lr_schedule_with_warmup
[[autodoc]] get_cosine_with_min_lr_schedule_with_warmup_lr_rate
[[autodoc]] GreedyLR
[[autodoc]] get_greedy_schedule
[[autodoc]] get_linear_schedule_with_warmup
[[autodoc]] get_polynomial_decay_schedule_with_warmup
[[autodoc]] get_inverse_sqrt_schedule
[[autodoc]] get_reduce_on_plateau_schedule
[[autodoc]] get_wsd_schedule