模型开发接口
推理部署接口
API 相关说明
Base class for all learning rate based schedulers.
optimizer (Optimizer) – wrapped optimizer.
current_epoch (int) – the index of current epoch. Default: -1.
An instance of the LRScheduler.
Compute current learning rate for the scheduler.
Loads the schedulers state.
state_dict – scheduler state.
Returns the state of the scheduler as a dict. It contains an entry for every variable in self.__dict__ which is not the optimizer.
dict
previous
LAMBFp16
next
MultiStepLR