Small edits (#689)

This commit is contained in:
pollfly
2023-10-09 15:48:19 +03:00
committed by GitHub
parent 5dad105950
commit 3a4b10e43b
31 changed files with 95 additions and 97 deletions

View File

@@ -97,8 +97,8 @@ trainset = datasets.CIFAR10(
)
```
In cases like this, where you use a dataset in a task, you can have the dataset's ID stored in the tasks
hyperparameters. Passing `alias=<dataset_alias_string>` stores the datasets ID in the
In cases like this, where you use a dataset in a task, you can have the dataset's ID stored in the task's
hyperparameters. Passing `alias=<dataset_alias_string>` stores the dataset's ID in the
`dataset_alias_string` parameter in the experiment's **CONFIGURATION > HYPERPARAMETERS > Datasets** section. This way
you can easily track which dataset the task is using.

View File

@@ -118,7 +118,7 @@ You'll need to input the Dataset ID you received when created the dataset above
```bash
clearml-data add --files new_data.txt
```
Which should return this output:
The console should display this output:
```console
clearml-data - Dataset Management & Versioning CLI