Skip to content

Commit

Permalink
updated the hello-TF2 readme. (#2271)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhwen authored Jan 9, 2024
1 parent 4327d7c commit af7f76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hello-world/hello-tf2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af7f76b

Please sign in to comment.