-
Notifications
You must be signed in to change notification settings - Fork 0
Experiments
sorenmulli edited this page Mar 30, 2022
·
9 revisions
We choose baseline hyperparameters and vary one at a time.
- Aggregation: FedAVG
- Clients: 100
- Communication rounds: 20
- Clients sampled: 20
- Local data amount: 500
- Local epochs: 20
- alpha: 1
- Batch size: 48
- No noisy clients
- CIFAR10
- Varying number of clients sampled
- Varying local epochs
- Varying alpha
- Varying noisy clients
- FedDF: Varying local epochs, varying alpha, varying noisy clients
- Run baseline for "unlimited" communication rounds to show that after enough time, both FedAVG and FedDF can reach centralized
- Run baseline with a few of the variable variations