CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Add missing input "eps" to adam docs #135191
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
Conversation
đź”— Helpful Linksđź§Ş See artifacts and rendered test results at hud.pytorch.org/pr/135191
Note: Links to docs will display an error until the docs builds have been completed. âś… No FailuresAs of commit b432ec4 with merge base 780f4de ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
torch/optim/adam.py
Outdated
@@ -253,7 +253,8 @@ def step(self, closure=None): | |||
\begin{aligned} | |||
&\rule{110mm}{0.4pt} \\ | |||
&\textbf{input} : \gamma \text{ (lr)}, \beta_1, \beta_2 | |||
\text{ (betas)},\theta_0 \text{ (params)},f(\theta) \text{ (objective)} \\ | |||
\text{ (betas)},\theta_0 \text{ (params)},f(\theta) \text{ (objective)} |
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.
Can you move this to after the maximize?
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.
Can you also include a docs preview when you get the chance?
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.
Hi @janeyx99 I've made the requested change. Just waiting for approval on the CI pipeline before the docs update. Here is the docs preview on the original version of the PR.
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.
thanks!
Sorry I've been busy the weeks up to the conference, only catching up on notifs now. Thanks for the edit! @pytorchbot merge -r |
@pytorchbot started a rebase job onto refs/remotes/origin/viable/strict. Check the current status here |
Successfully rebased |
2a1c7b0
to
b432ec4
Compare
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Minor fix for missing input argument in the Adam optimizer docs page. Pull Request resolved: pytorch#135191 Approved by: https://github.com/janeyx99
Minor fix for missing input argument in the Adam optimizer docs page.