File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments