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

[keras/optimizer_v2/ftrl.py] Reflect defaults in docstring #44679

Merged
merged 2 commits into from Nov 17, 2020

Conversation

SamuelMarks
Copy link
Contributor

I'm writing an open-source typed wrapped for TensorFlow [and other ML frameworks], to enable good errors; parameter optimisation and analysis; over other interfaces like CLI, GUIs and decoupled frontends, databases, RPC, and REST.

The docstrings must reflect the defaults in the __init__ function, otherwise I'll need to extend my side to parse & merge the defaults—e.g., from inspect.Signature or from ast—with the class's docstring.

So this'll probably be the first of many trivial change PRs I'll be sending over 👍

@google-ml-butler google-ml-butler bot added the size:XS CL Change Size: Extra Small label Nov 8, 2020
@google-cla google-cla bot added the cla: yes label Nov 8, 2020
@gbaned gbaned self-assigned this Nov 9, 2020
@gbaned gbaned added the comp:keras Keras related issues label Nov 9, 2020
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Nov 9, 2020
@gbaned gbaned self-requested a review November 9, 2020 07:29
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Nov 12, 2020
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Nov 12, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Nov 12, 2020
@rthadur
Copy link
Contributor

rthadur commented Nov 12, 2020

@SamuelMarks can you please check ubuntu sanity build failures ?

@google-ml-butler google-ml-butler bot removed the ready to pull PR ready for merge process label Nov 12, 2020
@SamuelMarks
Copy link
Contributor Author

@rthadur Fixed.

@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Nov 12, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Nov 12, 2020
@rthadur rthadur added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Nov 16, 2020
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Nov 17, 2020
@copybara-service copybara-service bot merged commit 26ee2b8 into tensorflow:master Nov 17, 2020
PR Queue automation moved this from Approved by Reviewer to Merged Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes comp:keras Keras related issues ready to pull PR ready for merge process size:XS CL Change Size: Extra Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

5 participants