-
Notifications
You must be signed in to change notification settings - Fork 885
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
Add CLI to Flower #2942
Add CLI to Flower #2942
Conversation
* main: Update mt-pytorch example (#2933)
* update_pytest_watch: Add pytest-watcher instead of unmainted pytest-watch
@tanertopal converted to draft b/c of merge conflicts |
@danieljanes The conflict is resolved. |
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
@@ -0,0 +1 @@ | |||
"""$project_name: A Flower / PyTorch app.""" |
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.
I like the text!
Instead of main.py
, we need server.py
and client.py
. Or we add both ServerApp
and ClientApp
to main.py
.
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.
I'll make the adjustment.
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
src/py/flwr/cli/new/templates/app/requirements.tensorflow.txt.tpl
Outdated
Show resolved
Hide resolved
…ate_docformatter * 'update_docformatter' of github.com:adap/flower: Fix small typos (#2986) Update models.py (#2985) Move `*Record` and `RecordSet` to `record` package (#2984) Improve `*Record` (#2982) Introduce central DP (server-side fixed clipping) (#2798) Apply suggestions from code review pin virtualenv version to 20.21.0 in baselines (#2981) Add `flwr` CLI (#2942)
Issue
Description
Related issues/PRs
Proposal
Explanation
Checklist
#contributions
)Changelog entry
Any other comments?