Skip to content

Commit

Permalink
Small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
pollfly committed Nov 27, 2023
1 parent ec80fb5 commit 0cabb11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/clearml_data/data_management_examples/data_man_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Now that a new dataset is registered, you can consume it!
The [data_ingestion.py](https://github.com/allegroai/clearml/blob/master/examples/datasets/data_ingestion.py) script
demonstrates data ingestion using the dataset created in the first script.

The following script gets the dataset and uses the [`Dataset.get_local_copy`](../../references/sdk/dataset.md#get_local_copy)
method to return a path to the cached, read-only local dataset.
The following script gets the dataset and uses [`Dataset.get_local_copy`](../../references/sdk/dataset.md#get_local_copy)
to return a path to the cached, read-only local dataset.

```python
dataset_name = "cifar_dataset"
Expand Down

0 comments on commit 0cabb11

Please sign in to comment.