You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ,Github Issue and AI community to get the answer.Have a nice day!
(此 ISSUE 为 PaddlePaddle Hackathon 第二期活动的任务 ISSUE,更多详见 【PaddlePaddle Hackathon 第二期】任务总览)
【任务说明】
任务标题:为 Paddle 新增 CyclicLR 优化调度器
技术标签:深度学习框架,Python,优化调度算法
任务难度:简单
详细描述: CyclicLR最早在论文Cyclical Learning Rates for Training Neural Networks中提出,它控制学习率以固定周期在base_lr和max_lr之间变化,它的调整是以batch.step进行的,同时,它还有3种内置的波幅调整策略:“triangular”、“triangular2”、“exp_range”。此任务的目标是在 Paddle 框架中,新增 CyclicLR 优化调度器,调用路径为:paddle.optimizer.lr.CyclicLR。
【提交流程】
请按 新增API 开发&提交流程中的描述,完成任务提交过程中的相关步骤。
【提交内容】
【合入标准】
【技术要求】
【参考内容】
【答疑交流】
The text was updated successfully, but these errors were encountered: