mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#797)
This commit is contained in:
@@ -48,13 +48,13 @@ As can be seen, the `clearml-data sync` command creates the dataset, then upload
|
||||
|
||||
## Modifying Synced Folder
|
||||
|
||||
Now we'll modify the folder:
|
||||
Modify the data folder:
|
||||
1. Add another line to one of the files in the `data_samples` folder.
|
||||
1. Add a file to the sample_data folder.<br/>
|
||||
Run `echo "data data data" > data_samples/new_data.txt` (this will create the file `new_data.txt` and put it in the `data_samples` folder)
|
||||
|
||||
|
||||
We'll repeat the process of creating a new dataset with the previous one as its parent, and syncing the folder.
|
||||
Repeat the process of creating a new dataset with the previous one as its parent, and syncing the folder.
|
||||
|
||||
```bash
|
||||
clearml-data sync --project datasets --name second_ds --parents a1ddc8b0711b4178828f6c6e6e994b7c --folder data_samples
|
||||
|
||||
@@ -126,7 +126,7 @@ You'll need to input the Dataset ID you received when created the dataset above
|
||||
1 file added
|
||||
```
|
||||
|
||||
1. Remove a file. We'll need to specify the file's full path (within the dataset, not locally) to remove it.
|
||||
1. Remove a file. You need to specify the file's full path (within the dataset, not locally) to remove it.
|
||||
|
||||
```bash
|
||||
clearml-data remove --files data_samples/dancing.jpg
|
||||
|
||||
Reference in New Issue
Block a user