From b775342a8bbf9faf1c45c3ad46c0f2dd631e1f6c Mon Sep 17 00:00:00 2001 From: mattiasakesson <33224977+mattiasakesson@users.noreply.github.com> Date: Thu, 20 Jun 2024 10:30:05 +0200 Subject: [PATCH] Update README.rst fix incorrect instruction regarding scaling up to 3 clients. --- examples/monai-2D-mednist/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/monai-2D-mednist/README.rst b/examples/monai-2D-mednist/README.rst index 6b3d91e26..cb46047ed 100644 --- a/examples/monai-2D-mednist/README.rst +++ b/examples/monai-2D-mednist/README.rst @@ -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:: @@ -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