-
Notifications
You must be signed in to change notification settings - Fork 875
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 SQLite state #1676
Merged
Merged
Add SQLite state #1676
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
danieljanes
requested changes
Feb 20, 2023
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 overall. I added a few suggestions and clarifying questions. Can we also mention this in the change log?
Closed
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
…tate * 'improve_state' of github.com:adap/flower: Update src/py/flwr/server/state/state_test.py
* improve_state: Apply autoformat Apply more review changes Update src/py/flwr/server/state/state_test.py Add review changes Fix quickstart Scikit Learn example (#1683) Fix PyTorch MNIST example doc (#1684) Update src/py/flwr/server/state/in_memory_state.py Update src/py/flwr/server/state/state_test.py Update src/py/flwr/server/state/state_test.py Update src/py/flwr/server/state/state_test.py Update src/py/flwr/server/state/in_memory_state.py Add baselines to good first contributions doc (#1679) Add FedProx to README (#1681) Add FedProx and FedAvg to baselines doc (#1680) Fix diagrams in docs (#1677) Correct testing loss in the quickstart_pytorch example (#1672) Improve testing in state
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
* main: Improve testing in state (#1675)
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
…lite_state * 'add_sqlite_state' of github.com:adap/flower: Update src/py/flwr/server/state/sqlite_state.py Update src/py/flwr/server/state/sqlite_state.py
danieljanes
reviewed
Feb 20, 2023
danieljanes
reviewed
Feb 20, 2023
danieljanes
reviewed
Feb 20, 2023
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
Co-authored-by: Daniel J. Beutel <daniel@adap.com>
danieljanes
approved these changes
Feb 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this implement/fix? Explain your changes.
Add new SQLite state.