We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62845e commit 9f4a354Copy full SHA for 9f4a354
README.md
@@ -47,7 +47,7 @@ We provide tutorials in jupyter notebook format for FedLab beginners in FedLab\t
47
```
48
# example of standalone
49
$ cd ./examples/standalone/
50
-$ python standalone.py --total_client 100 --com_round 3 --sample_ratio 0.1 --batch_size 100 --epochs 5 --lr 0.02
+$ python standalone.py --total_clients 100 --com_round 3 --sample_ratio 0.1 --batch_size 100 --epochs 5 --lr 0.02
51
52
53
## Architecture
0 commit comments