diff --git a/docs/clearml_data/data_management_examples/data_man_python.md b/docs/clearml_data/data_management_examples/data_man_python.md index 763c658c..77578e77 100644 --- a/docs/clearml_data/data_management_examples/data_man_python.md +++ b/docs/clearml_data/data_management_examples/data_man_python.md @@ -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 -[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 subsequently ingest the data. diff --git a/docs/webapp/webapp_exp_track_visual.md b/docs/webapp/webapp_exp_track_visual.md index 952d40cf..29762257 100644 --- a/docs/webapp/webapp_exp_track_visual.md +++ b/docs/webapp/webapp_exp_track_visual.md @@ -114,8 +114,8 @@ is run and stored in ClearML Server, any of these hyperparameters can be [modifi #### Command Line Arguments -The **Args** group shows automatically logged argument parser parameters (e.g. `argparse`, `click`, `hydra`). Hover over -Description (menu) on a +The **Args** group shows automatically logged argument parser parameters (e.g. `argparse`, `click`, `hydra`). +Hover over Description (menu) on a parameter's line, and the type, description, and default value appear, if they were provided. ![Command line arguments configuration group](../img/webapp_tracking_22.png)