Skip to content

Commit

Permalink
Merge pull request #5 from ElvinKim/patch-1
Browse files Browse the repository at this point in the history
typo correction
  • Loading branch information
sjtudyq authored Aug 4, 2021
2 parents b6d3b6a + 9afdd4a commit 2b6891e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`. |
Expand Down

0 comments on commit 2b6891e

Please sign in to comment.