Small edits (#174)

This commit is contained in:
pollfly
2022-01-24 15:42:17 +02:00
committed by GitHub
parent be9761012e
commit c7591a3a08
9 changed files with 39 additions and 25 deletions

View File

@@ -36,7 +36,10 @@ This script downloads the data and `dataset_path` contains the path to the downl
```python
from clearml import Dataset
dataset = Dataset.create(dataset_name="cifar_dataset", dataset_project="dataset examples" )
dataset = Dataset.create(
dataset_name="cifar_dataset",
dataset_project="dataset examples"
)
```
This creates a data processing task called `cifar_dataset` in the `dataset examples` project, which