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

Implement LazyAdamOptimizer #4

Closed
seanpmorgan opened this issue Jan 9, 2019 · 1 comment
Closed

Implement LazyAdamOptimizer #4

seanpmorgan opened this issue Jan 9, 2019 · 1 comment
Labels
help wanted Needs help as a contribution optimizers

Comments

@seanpmorgan
Copy link
Member

Per the RFC, we need to move LazyAdamOptimizer from contrib to addons:

This will involve inheriting from base Keras optimizer, modifying the code to match those APIs, and modifying test cases to run in TF2.

@seanpmorgan seanpmorgan added help wanted Needs help as a contribution optimizers labels Jan 9, 2019
@facaiy
Copy link
Member

facaiy commented Jan 10, 2019

@seanpmorgan I'd like to take a try :-) I implemented AdaMaxOptimizer before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Needs help as a contribution optimizers
Projects
None yet
Development

No branches or pull requests

2 participants