From 9afdd4ae7739829d81c5f3ec9b573cf8a5430da9 Mon Sep 17 00:00:00 2001 From: Chobo Kim Date: Wed, 4 Aug 2021 20:39:06 +0900 Subject: [PATCH] typo correction typo correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ecca9c..848a195 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ python experiments.py --model=simple-cnn \ | `mu` | The proximal term parameter for FedProx, default = `1`. | | `rho` | The parameter controlling the momentum SGD, default = `0`. | | `comm_round` | Number of communication rounds to use, default = `50`. | -| `partition` | Tha partition way. Options: `homo`, `noniid-labeldir`, `noniid-#label1` (or 2, 3, ..., which means the fixed number of labels each party owns), `real`, `iid-diff-quantity`. Default = `homo` | +| `partition` | The partition way. Options: `homo`, `noniid-labeldir`, `noniid-#label1` (or 2, 3, ..., which means the fixed number of labels each party owns), `real`, `iid-diff-quantity`. Default = `homo` | | `beta` | The concentration parameter of the Dirichlet distribution for heterogeneous partition, default = `0.5`. | | `device` | Specify the device to run the program, default = `cuda:0`. | | `datadir` | The path of the dataset, default = `./data/`. |