-
Notifications
You must be signed in to change notification settings - Fork 881
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 FedTrimmedMean strategy #1769
Conversation
Hi @m-danilow, I'm not a team of Flower (just a simple contributor) but I've posted some comments to help you with the PR. Hope you find them useful. |
Hi @edogab33, Thank you for your input, I modified part of the code as suggested :) |
Thanks for the PR @m-danilow & thanks for the early review @edogab33 ! At first glance, the PR seems to be in good shape. Let me know if you need help with getting the CI to pass. |
Hi @danieljanes, Yes, I would need help because when I execute the docformatter command locally it doesn't return me any errors... |
Hi @m-danilow! I will merge your PR into a new branch, so I can make modifications to fix the tests before merging it into main. Thanks for your contribution! 🌼 |
Reference Issues/PRs
#1610
What does this implement/fix? Explain your changes.
A strategy that removes the indicated percentage of the largest and smallest weights from the local models received by the server and finally averages their values to create a new global model
Any other comments?
Please check TODO comments and I would also need some guidance in fixing CI ;)