Skip to content

Commit

Permalink
Update some texts
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh committed Oct 14, 2024
1 parent 4453e44 commit af90c88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion examples/advanced/job_api/tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion examples/getting_started/tf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit af90c88

Please sign in to comment.