From 7b51fc0ec9a37f79e4efc9ecff87e6df5280fd51 Mon Sep 17 00:00:00 2001 From: Yuhong Wen Date: Tue, 9 Jan 2024 10:59:27 -0500 Subject: [PATCH] updated the hello-TF2 readme. --- examples/hello-world/hello-tf2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hello-world/hello-tf2/README.md b/examples/hello-world/hello-tf2/README.md index 7a959c2a9e..5bdeb6a0e5 100644 --- a/examples/hello-world/hello-tf2/README.md +++ b/examples/hello-world/hello-tf2/README.md @@ -26,10 +26,10 @@ Prepare the data first: bash ./prepare_data.sh ``` -Use nvflare simulator to run the hello-examples: +Use nvflare simulator to run the hello-examples: (TF2 does not allow multiple processes to be running on a single GPU at the same time. Need to set the simulator threads to 1. "-gpu" option can be used to run multiple concurrent clients.) ``` -nvflare simulator -w /tmp/nvflare/ -n 2 -t 2 hello-tf2/jobs/hello-tf2 +nvflare simulator -w /tmp/nvflare/ -n 2 -t 1 hello-tf2/jobs/hello-tf2 ``` ### 3. Access the logs and results