mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-26 17:30:11 +00:00
Small edits (#761)
This commit is contained in:
parent
15f71c8d3d
commit
b64b0bec7c
@ -3,7 +3,7 @@ title: Data Management with Python
|
|||||||
---
|
---
|
||||||
|
|
||||||
The [dataset_creation.py](https://github.com/allegroai/clearml/blob/master/examples/datasets/dataset_creation.py) and
|
The [dataset_creation.py](https://github.com/allegroai/clearml/blob/master/examples/datasets/dataset_creation.py) and
|
||||||
[data_ingestion.py](https://github.com/allegroai/clearml/blob/master/examples/datasets/data_ingestion.py)
|
[data_ingestion.py](https://github.com/allegroai/clearml/blob/master/examples/datasets/data_ingestion.py) scripts
|
||||||
together demonstrate how to use ClearML's [`Dataset`](../../references/sdk/dataset.md) class to create a dataset and
|
together demonstrate how to use ClearML's [`Dataset`](../../references/sdk/dataset.md) class to create a dataset and
|
||||||
subsequently ingest the data.
|
subsequently ingest the data.
|
||||||
|
|
||||||
|
@ -114,8 +114,8 @@ is run and stored in ClearML Server, any of these hyperparameters can be [modifi
|
|||||||
|
|
||||||
#### Command Line Arguments
|
#### Command Line Arguments
|
||||||
|
|
||||||
The **Args** group shows automatically logged argument parser parameters (e.g. `argparse`, `click`, `hydra`). Hover over
|
The **Args** group shows automatically logged argument parser parameters (e.g. `argparse`, `click`, `hydra`).
|
||||||
<img src="/docs/latest/icons/ico-description.svg" alt="Description" className="icon size-md" /> (menu) on a
|
Hover over <img src="/docs/latest/icons/ico-description.svg" alt="Description" className="icon size-md space-sm" /> (menu) on a
|
||||||
parameter's line, and the type, description, and default value appear, if they were provided.
|
parameter's line, and the type, description, and default value appear, if they were provided.
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
Reference in New Issue
Block a user