-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Floco fixes and better default parameters (#143)
Bugfix and better default parameters (10 simplex endpoints and client projection after 10 rounds) for Floco ([Federated Learning over Connected Modes](https://openreview.net/forum?id=JL2eMCfDW8)) Tested on cifar10 (`python generate_data.py -d cifar10 -a 0.1 -cn 100`). Local test accuracies (reproduce with `dataset.name=cifar10 common.test.client.interval=1`): - FedAvg (`python main.py method=fedavg`): 53.84% - Floco (`python main.py method=floco`): 77.15% - Floco+ (`python main.py method=floco` +floco.pers_epoch=1): 78.95%
- Loading branch information
Showing
2 changed files
with
24 additions
and
32 deletions.
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