Skip to content
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

【PaddlePaddle Hackathon 2】13、为 Paddle 新增 OneCycleLR 优化调度器 #4713

Merged
merged 6 commits into from May 18, 2022
Merged

【PaddlePaddle Hackathon 2】13、为 Paddle 新增 OneCycleLR 优化调度器 #4713

merged 6 commits into from May 18, 2022

Conversation

Asthestarsfalll
Copy link
Contributor

【PaddlePaddle Hackathon 2】13、为 Paddle 新增 OneCycleLR 优化调度器

@paddle-bot-old
Copy link

Thanks for your contribution!

参数
::::::::::::

- **max_learning_rate** (float) - 最大学习率,学习率变化的上边界。功能上其通过 ``divide_factor`` 和 ``final_divide_factor``分别定义了初始学习率和最小学习率。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

final_divide_factor 后面的 `` 后要加个空格

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

::::::::::::

- **max_learning_rate** (float) - 最大学习率,学习率变化的上边界。功能上其通过 ``divide_factor`` 和 ``final_divide_factor``分别定义了初始学习率和最小学习率。
- **total_steps** (int,可选) - 训练过程中总的迭代数。如果 ``total_steps`` 未被指定,则会根据 ``epochs`` 和 ``steps_per_epoch`` 进行计算,因此请确保 ``total_steps`` 或 ( ``epochs`` , ``steps_per_epoch`` ) 其中之一被指定。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

默认值:None,表示XXX

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改

Copy link
Collaborator

@TCChenlong TCChenlong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Ligoml Ligoml merged commit ef8f000 into PaddlePaddle:develop May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants