-
Notifications
You must be signed in to change notification settings - Fork 35
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
Make choice of aggregator dynamic at session level and additional aggregators (FedOpt) #498
Merged
Merged
Changes from 29 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
357198a
Removed unused base class
f59e0bf
work in progress, fedadam
fa791cf
Fix race condition in docker-compose template
7a20a6b
Merge branch 'bugfix/GH-496' into feature/fedopt
9aaf22e
Working fedopt, sgd as server side optimizer
8cceef3
Working fedopt, sgd as server side optimizer
353dcf4
Simple notebook demonstrating use of API to run an experiment and to …
e01eb8e
Make it possible to configure the aggregator per session
be80527
code checks
846fafa
Set initial model_id in session config
be5051b
Merge branch 'master' into feature/fedopt
e8238b0
fedadam working for pytorch
94f23c4
Rename numpyarrayhelper to numpyhelper
a88e557
Updated helper interface with numerics primitives
9e5ad43
PyTorch models now use list of numpy ndarray as format
5868624
kerashelper and pytorchhelper consolidated into one numpyhelper
d214884
Cleaned a bit in examples and added documentation
6583fc6
removed non working healthcheck
dc9502b
codechecks
3df3036
add back inference entrypoint
21f8065
Update integration tests
6e0611b
codechecks
d16f671
Fix imports
33742e4
Removed unused arguments to combine_models
29212a6
Refactor helper module and update unit tests
6a8396d
Refactor helper module
db1eb74
codecheck
f000351
Improve aggrgator interface
d6049ea
codecheck
a35d1fe
Removed addition to fedn.yaml
847d6ba
Updated docstrings
bd3c411
Changed RoundControl to RoundHandler to avoid confusion with the glob…
5a80fcf
Clean up notebook
f70a7d5
Moved notebook into pytorch example folder
b1b57ae
Added notebooks in torch example folder to gitignore
109b62e
Updated docstrings
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
what is this?
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.
Ah, it sneakt in. I was thinking about a new way to specify the helper. Will remove for now.