-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 No.41】为 Paddle 新增 Rprop API -part #58851
【Hackathon No.41】为 Paddle 新增 Rprop API -part #58851
Conversation
@jeff41404 |
Sorry to inform you that eff0754's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
parameters=None, | ||
etas=(0.5, 1.2), | ||
grad_clip=None, | ||
multi_precision=False, |
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.
The parameter of multi_precision
is not present in both docstring above and rfc. If it needs to be added, should modify docstring and rfc
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.
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
Parameters: | ||
learning_rate (float|Tensor|LearningRateDecay, optional): The initial learning rate used to update ``Parameter``. | ||
It can be a float value, a ``Tensor`` with a float type or a LearningRateDecay. The default value is 0.001. | ||
learning_rate_range (tuple, optional): The range of 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.
learning_rate_range
和 parameters
加一下默认值的描述吧
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.
Done
PR-CI-Codestyle-Check 没过 |
是因为没拉取最新代码,已修正~~ |
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
PR types
Others
PR changes
APIs
Description
为 Paddle 新增 Rprop API
Related links
Current progress
Others