ConstantLRSchedulerWithLinearWarmup
- class lightning_ir.schedulers.lr_schedulers.ConstantLRSchedulerWithLinearWarmup(optimizer: Optimizer, num_warmup_steps: int, **kwargs)[source]
Bases:
WarmupLRScheduler,ConstantSchedulerWithLinearWarmupScheduler for constant learning rate with linear warmup.
Methods