You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Examples.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,5 +16,5 @@ The git repository includes a number of examples that showcased how third-party
16
16
|[FedAtt](https://arxiv.org/abs/1812.07108)| An implementation of the FedAtt algorithm — Ji et al., "[Learning Private Neural Language Modeling with Attentive Aggregation](https://arxiv.org/abs/1812.07108)," in the Proceedings of the 2019 International Joint Conference on Neural Networks (IJCNN 2019). To run this example, change directory to `examples/fedatt`, and run `python fedatt.py -c <configuration file>`. | Yes |
17
17
|[FedNova](https://proceedings.neurips.cc/paper/2020/hash/564127c03caab942e503ee6f810f54fd-Abstract.html)| Change directory to `examples/fednova` and run `python fednova.py -c <configuration file>`. | Yes |
18
18
|[FedSarah](https://arxiv.org/pdf/1703.00102.pdf)| Change directory to `examples/fedsarah` and run `python fedsarah.py -c <configuration file>`. | Yes |
19
-
|[FedProx](https://arxiv.org/pdf/1812.06127.pdf)|Set `optimizer` of `trainer` to `FedProx` in your configuration file. | Yes |
19
+
|[FedProx](https://arxiv.org/pdf/1812.06127.pdf)|Change directory to `examples/fedprox` and run `python fedprox.py -c <configuration file>`. | Yes |
20
20
|[SCAFFOLD](https://arxiv.org/pdf/1910.06378.pdf)| Change directory to `examples/scaffold` and run `python scaffold.py -c <configuration file>`. | Not yet |
0 commit comments