AttributeError: 'StepLR' object has no attribute 'get_last_lr'

报错信息:AttributeError: 'StepLR' object has no attribute 'get_last_lr'

解决方法:跳进StepLR类中发现StepLR类中的方法是get_lr,改了名字。

posted @ 2021-09-05 22:01  赵立敏  阅读(746)  评论(0编辑  收藏  举报