Small edits (#337)

This commit is contained in:
pollfly
2022-09-22 09:42:44 +03:00
committed by GitHub
parent 7742942118
commit 6d33cd011e
5 changed files with 14 additions and 14 deletions

View File

@@ -129,7 +129,7 @@ clearml-data upload [-h] [--id ID] [--storage STORAGE] [--chunk-size CHUNK_SIZE]
## close
Finalize the dataset and makes it ready to be consumed. This automatically uploads all files that were not previously uploaded.
Finalize the dataset and make it ready to be consumed. This automatically uploads all files that were not previously uploaded.
Once a dataset is finalized, it can no longer be modified.
```bash

View File

@@ -165,5 +165,5 @@ You'll need to input the Dataset ID you received when created the dataset above
```
By using `clearml-data`, a clear lineage is created for the data. As seen in this example, when a dataset is closed, the
only way to add or remove data is to create a new dataset, and using the previous dataset as a parent. This way, the data
only way to add or remove data is to create a new dataset, and to use the previous dataset as a parent. This way, the data
is not reliant on the code and is reproducible.