模型开发接口
推理部署接口
API 相关说明
所有学习率调度器的基类。
optimizer (Optimizer) – 包装后的优化器。
current_epoch (int) – the index of current epoch. Default: -1.
An instance of the LRScheduler.
计算当前调度器(scheduler)的学习率。
加载调度器(scheduler)的状态。
state_dict – 调度器状态
以 dict 返回调度器状态。 包含 self.__dict__ 中的所有变量,注意调度器这不是优化器。
dict
上一页
LAMBFp16
下一页
MultiStepLR