Warmup Cosine Decay

class biapy.engine.schedulers.warmup_cosine_decay.WarmUpCosineDecayScheduler(lr, min_lr, warmup_epochs, epochs)[source]

Bases: object

adjust_learning_rate(optimizer, epoch)[source]

Decay the learning rate with half-cycle cosine after warmup