-
Notifications
You must be signed in to change notification settings - Fork 618
Rename LazyAdamOptimizer to LazyAdam #109
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
* Rename `lazy_adam_optimizer.py` -> `lazy_adam.py` * Rename `lazy_adam_optimizer_test.py` -> `lazy_adam_test.py` * Rename LazyAdamOptimizerTest -> LazyAdamTest * Update README.md * Update BUILD files
armando-fandango
left a comment
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.
Looks good to me.
|
Thanks, Dheeraj, Armando! |
armando-fandango
left a comment
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.
Seems like its failing the format test: "Use make code-format command to format codes automatically
Format checks FAILED"
|
@armando-fandango I formatted the python file, it should pass the tests now. |
|
On |
|
Dheeraj, do you take By the way, we always squash all commits into one commit before merging, so it seems not necessary to rebase our commits :-) . (rebase is kind of dangerous and not friendly for reviewer). |
|
What pylint error? You can disable it temporarily https://github.com/tensorflow/addons/blob/master/STYLE_GUIDE.md |
Fixes #104