From 9f4a354917b1ff86e8f5556adbdc43361ff257c0 Mon Sep 17 00:00:00 2001 From: Siqi Liang <19991349+AgentDS@users.noreply.github.com> Date: Tue, 19 Sep 2023 15:23:52 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95d9c4dc..645ef350 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ We provide tutorials in jupyter notebook format for FedLab beginners in FedLab\t ``` # example of standalone $ cd ./examples/standalone/ -$ 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 ``` ## Architecture