ConstantSchedulerWithLinearWarmup
- class lightning_ir.schedulers.schedulers.ConstantSchedulerWithLinearWarmup(num_warmup_steps: int, num_delay_steps: int = 0, *args, **kwargs)[source]
Bases:
LambdaWarmupScheduler
Methods
__init__
(num_warmup_steps[, num_delay_steps])check_delay
(current_step)check_warmup
(current_step)value_lambda
(current_step)