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

Update Optimisers.jl #147

Closed
wants to merge 1 commit into from
Closed

Update Optimisers.jl #147

wants to merge 1 commit into from

Conversation

4SAnalyticsnModelling
Copy link

Add a new variant of Adam optimizer called "PAdam"

[Please delete this text and describe your change here.
For bugfixes, please detail the bug and include a test case which your patch fixes.
If you are adding a new feature, please clearly describe the design, its rationale, the possible alternatives considered.
It is easiest to merge new features when there is clear precedent in other systems; we need to know we're taking
the right direction since it can be hard to change later.]

PR Checklist

  • Tests are added
  • Documentation, if applicable

Add a new variant of Adam optimizer called "PAdam"
Copy link
Member

@mcabbott mcabbott left a comment

Choose a reason for hiding this comment

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

Thanks & welcome!

I'm going to close this PR in favour of #148, to keep things in one place.

@@ -13,7 +13,7 @@ export destructure

include("rules.jl")
export Descent, Adam, Momentum, Nesterov, Rprop, RMSProp,
AdaGrad, AdaMax, AdaDelta, AMSGrad, NAdam, AdamW, RAdam, OAdam, AdaBelief,
AdaGrad, AdaMax, AdaDelta, AMSGrad, NAdam, AdamW, RAdam, OAdam, AdaBelief, PAdam,
Copy link
Member

Choose a reason for hiding this comment

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

This commit should be on the same PR as #148, i.e. by writing to branch the https://github.com/4SAnalyticsnModelling/Optimisers.jl/tree/patch-2 not to a different. patch-1

@mcabbott mcabbott closed this Jun 21, 2023
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.

2 participants