We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbd6e0 commit 2adecf1Copy full SHA for 2adecf1
2 files changed
README.md
@@ -2,6 +2,9 @@
2
3
## Cifar10 experiments
4
5
-### Cifar10 w/ 3 clients IID data
+Training on Cifar10 with IID data where we had 100 clients and for each round (global epoch) we used only
6
+10% of them (selected randomly). Every client fitted 1 epoch on "their part" of the data with the batch size of 64.
7
-<img src="art/fl_3_clients_accuracy.png" width="300">
8
+`python fl.py -e 200 -c 100 -f 0.1 -lr 0.2 -b 64 -ce 1`
9
+
10
+<img src="art/fl_3_clients_accuracy.png" width="250">
art/fl_3_clients_accuracy.png
15.1 KB
0 commit comments