Small edits (#434)

This commit is contained in:
pollfly 2023-01-12 12:49:55 +02:00 committed by GitHub
parent d0e4d14573
commit 0934530a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 54 additions and 54 deletions

View File

@ -117,8 +117,8 @@ dataset = Dataset.get(
Pass `auto_create=True`, and a dataset will be created on-the-fly with the input attributes (project name, dataset name,
and tags) if no datasets match the query.
In cases where you use a dataset in a task (e.g. consuming a dataset), you can have its ID stored in the tasks hyper
parameters: pass `alias=<dataset_alias_string>`, and the task using the dataset will store the datasets ID in the
In cases where you use a dataset in a task (e.g. consuming a dataset), you can have its ID stored in the tasks
hyperparameters: pass `alias=<dataset_alias_string>`, and the task using the dataset will store the datasets ID in the
`dataset_alias_string` parameter under the `Datasets` hyperparameters section. This way you can easily track which
dataset the task is using. If you use `alias` with `overridable=True`, you can override the dataset ID from the UIs
**CONFIGURATION > HYPERPARAMETERS >** `Datasets` section, allowing you to change the dataset used when running a task

View File

@ -48,7 +48,7 @@ flags.DEFINE_string('echo5', '5', 'Text to echo.', module_name='test')
```
TensorFlow Definitions appear in **HYPER PARAMETERS** **>** **TF_DEFINE**.
TensorFlow Definitions appear in **HYPEPARAMETERS** **>** **TF_DEFINE**.
![image](../../img/examples_reporting_hyper_param_03.png)