Skip to content

Commit fe5f0b3

Browse files
committed
Update README.md
1 parent 932a373 commit fe5f0b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ python -m federa.client.start_client \
9393
| Argument | Description | Default |
9494
| ---------- | ------------------------------------------------------------ | ------- |
9595
| algorithm | specifies the aggregation algorithm | fedavg |
96-
| clients | specifies number of clients selected per round | 2 |
96+
| clients | specifies number of clients selected per round | 1 |
9797
| fraction | specifies fraction of clients selected | 1 |
98-
| rounds | specifies total number of rounds | 2 |
98+
| rounds | specifies total number of rounds | 1 |
9999
| model_path | specifies initial server model path | initial_model.pt |
100100
| epochs | specifies client epochs per round | 1 |
101101
| accept_conn| determines if connections accepted after FL begins | 1 |
@@ -105,7 +105,7 @@ python -m federa.client.start_client \
105105
| resize_size| specifies dataset resize dimension | 32 |
106106
| batch_size | specifies dataset batch size | 32 |
107107
| net | specifies network architecture | LeNet |
108-
| dataset | specifies dataset name | FashionMNIST |
108+
| dataset | specifies dataset name | MNIST |
109109
| niid | specifies data distribution among clients | 1 |
110110
| carbon | specifies if carbon emissions tracked at client side | 0 |
111111
| encryption | specifies whether to use ssl encryption or not | 0 |

0 commit comments

Comments
 (0)