We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea7f1c commit 8ef6a59Copy full SHA for 8ef6a59
1 file changed
docs/source/tutorials/running.rst
@@ -29,13 +29,13 @@ Arguments that can be passed to the server are:
29
- ``fedavg``
30
* - ``clients``
31
- specifies number of clients selected per round
32
- - ``2``
+ - ``1``
33
* - ``fraction``
34
- specifies fraction of clients selected
35
- ``1``
36
* - ``rounds``
37
- specifies total number of rounds
38
39
* - ``model_path``
40
- specifies initial server model path
41
- ``initial_model.pt``
@@ -65,7 +65,7 @@ Arguments that can be passed to the server are:
65
- ``LeNet``
66
* - ``dataset``
67
- specifies dataset name
68
- - ``FashionMNIST``
+ - ``MNIST``
69
* - ``niid``
70
- specifies data distribution among clients
71
0 commit comments