Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasakesson authored Apr 9, 2024
1 parent deb2598 commit c3cd6ec
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions examples/mnist-pytorch-fedprox/README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Quickstart Tutorial PyTorch (MNIST)
------------------------------------
[link text itself]: http://www.reddit.com


Quickstart Tutorial PyTorch with FEDProx (MNIST)
-------------------------------------------------
This is an enhanced version of our Pytorch MNIST example that let you use the FedProx algorithm [paper](/guides/content/editing-an-existing-page)
eg. [click here](www.google.com)

This classic example of hand-written text recognition is well suited as a lightweight test when developing on FEDn in pseudo-distributed mode.
A normal high-end laptop or a workstation should be able to sustain a few clients.
Expand Down Expand Up @@ -137,6 +142,7 @@ The credentials are as set in docker-compose.yaml in the root of the repository.
Adjust fed-Prox parameter μ
--------------------------------
open file: client_settings.yaml and change mu value.
If mu is set to 0 it is vanilla fedavg.

Access model updates
-----------------------
Expand Down

0 comments on commit c3cd6ec

Please sign in to comment.