mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#689)
This commit is contained in:
@@ -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 task’s
|
||||
hyperparameters. Passing `alias=<dataset_alias_string>` stores the dataset’s 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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user