From af90c8861d10b58ccdfcf94a15f22cc0b6b40086 Mon Sep 17 00:00:00 2001 From: YuanTingHsieh Date: Mon, 14 Oct 2024 15:42:57 -0700 Subject: [PATCH] Update some texts --- examples/advanced/job_api/tf/README.md | 5 ++++- examples/getting_started/tf/README.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/examples/advanced/job_api/tf/README.md b/examples/advanced/job_api/tf/README.md index 964c03d0af..cdfbc6d3c7 100644 --- a/examples/advanced/job_api/tf/README.md +++ b/examples/advanced/job_api/tf/README.md @@ -49,7 +49,10 @@ described below at once: bash ./run_jobs.sh ``` The CIFAR10 dataset will be downloaded when running any experiment for -the first time. Data split files, summary logs and results will be saved in a workspace +the first time. `Tensorboard` summary logs will be generated during +any experiment, and you can use `Tensorboard` to visualize the +training and validation process as the experiment runs. Data split +files, summary logs and results will be saved in a workspace directory, which defaults to `/tmp` and can be configured by setting `--workspace` argument of the `tf_fl_script_runner_cifar10.py` script. diff --git a/examples/getting_started/tf/README.md b/examples/getting_started/tf/README.md index 032cf6d8dc..7ea0208c2e 100644 --- a/examples/getting_started/tf/README.md +++ b/examples/getting_started/tf/README.md @@ -44,7 +44,10 @@ described below at once: bash ./run_jobs.sh ``` The CIFAR10 dataset will be downloaded when running any experiment for -the first time. Data split files, summary logs and results will be saved in a workspace +the first time. `Tensorboard` summary logs will be generated during +any experiment, and you can use `Tensorboard` to visualize the +training and validation process as the experiment runs. Data split +files, summary logs and results will be saved in a workspace directory, which defaults to `/tmp` and can be configured by setting `--workspace` argument of the `tf_fl_script_runner_cifar10.py` script.