ConstantLRSchedulerWithLinearWarmup

class lightning_ir.schedulers.lr_schedulers.ConstantLRSchedulerWithLinearWarmup(optimizer: Optimizer, num_warmup_steps: int, **kwargs)[source]

Bases: WarmupLRScheduler, ConstantSchedulerWithLinearWarmup

Scheduler for constant learning rate with linear warmup.

Methods