Skip to content

Extend the Adam and AdamW optimizers with (optional) AMSGrad#467

Merged
wjakob merged 1 commit intomasterfrom
amsgrad
Jan 9, 2026
Merged

Extend the Adam and AdamW optimizers with (optional) AMSGrad#467
wjakob merged 1 commit intomasterfrom
amsgrad

Conversation

@wjakob
Copy link
Copy Markdown
Member

@wjakob wjakob commented Jan 8, 2026

AMSGrad keeps a running maximum of the second moments. This can help improve stability when approaching a local minimum.

AMSGrad keeps a running maximum of the second moments. This can help
improve stability when approaching a local minimum.
@wjakob wjakob merged commit fc19f4b into master Jan 9, 2026
2 of 4 checks passed
@wjakob wjakob deleted the amsgrad branch January 9, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant