Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
fix incorrect instruction regarding scaling up to 3 clients.
  • Loading branch information
mattiasakesson authored Jun 20, 2024
1 parent 42de958 commit b775342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/monai-2D-mednist/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ This will create a seed model called 'seed.npz' in the root of the project. This
Download and Prepare the data
-------------------------------------------

Install monai
Install requirements:

.. code-block::
Expand Down Expand Up @@ -157,7 +157,7 @@ Automate experimentation with several clients

If you want to scale the number of clients, you can do so by modifying ``docker-compose.override.yaml``. For example,
in order to run with 3 clients, change the environment variable ``FEDN_NUM_DATA_SPLITS`` to 3, and add one more client
by copying ``client1`` and setting ``FEDN_DATA_PATH`` to ``/app/package/data3/``
by copying ``client1``.


Access message logs and validation data from MongoDB
Expand Down

0 comments on commit b775342

Please sign in to comment.