Skip to content

Commit 8ef6a59

Browse files
committed
Update running.rst
Update default dataset and no. of rounds and clients
1 parent 3ea7f1c commit 8ef6a59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/source/tutorials/running.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Arguments that can be passed to the server are:
2929
- ``fedavg``
3030
* - ``clients``
3131
- specifies number of clients selected per round
32-
- ``2``
32+
- ``1``
3333
* - ``fraction``
3434
- specifies fraction of clients selected
3535
- ``1``
3636
* - ``rounds``
3737
- specifies total number of rounds
38-
- ``2``
38+
- ``1``
3939
* - ``model_path``
4040
- specifies initial server model path
4141
- ``initial_model.pt``
@@ -65,7 +65,7 @@ Arguments that can be passed to the server are:
6565
- ``LeNet``
6666
* - ``dataset``
6767
- specifies dataset name
68-
- ``FashionMNIST``
68+
- ``MNIST``
6969
* - ``niid``
7070
- specifies data distribution among clients
7171
- ``1``

0 commit comments

Comments
 (0)