mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#174)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user