Skip to content

Commit 2adecf1

Browse files
committed
readme updated with training results
1 parent 7bbd6e0 commit 2adecf1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Cifar10 experiments
44

5-
### Cifar10 w/ 3 clients IID data
5+
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.
67

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
Loading

0 commit comments

Comments
 (0)