-
Notifications
You must be signed in to change notification settings - Fork 28
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
FedProx implementation #837
base: develop
Are you sure you want to change the base?
Conversation
…ts on first row and validation charts on second row if any
…ffle files connected by labels
66af668
to
75a67ec
Compare
a3dfaf4
to
76977e7
Compare
@tomasoignons I rebased the branch onto the latest develop commit. Here is a breakdown of the current commits:
As we were discussing, the fedprox sketch has been hard-coded and doesn't allow users to choose which algorithm they want between fedavg and fedprox, and potential future algorithms like Mime. |
This commit add the fedaverage training function inside the tfjs file
This commit allow the user, in the task creation form, to select the framework of training he wants For the different presentations, the algorithm is for the moment hard coded, but a choice will be integrated in the future
added a few commits of cleanup:
it is still failing but rebasing/merging upon #903 (or "develop" when merged) should allow it to pass. |
Closes #802