-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【Hackathon 5th No.22】为Paddle新增 CosineAnnealingWarmRestarts API RFC #649
Conversation
@@ -0,0 +1,223 @@ | |||
# paddle.CosineAnnealingWarmRestarts 设计文档 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
标题中的API路径需要和下面的API名称一致
paddle.optimizer.lr.CosineAnnealingWarmRestarts | ||
---------------------- | ||
参数 | ||
::::::::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这些冒号是否有必要
参数 | ||
::::::::: | ||
|
||
- `leaning_rates` - 初始化的学习率 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该是learning_rate
?和已有其它API保持一致,同时看下面的示例代码中也是 learning_rate
已修改 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…addlePaddle#649) * add 20230925_api_design_for_CosineAnnealingWarmRestarts.md * regulate formation * regulate formation
新增 CosineAnnealingWarmRestarts API 设计文档