@@ -15,19 +15,19 @@ Nauta offers two ways for users to upload and use datasets for experiments:
15
15
16
16
Uploading additional datasets or files is an option available for the ‘submit’ command, using the following option:
17
17
18
- ` -sfl, --script_folder_location `
18
+ ` -sfl, --script-folder-location `
19
19
20
- Where ` script_folder_location ` is the name of a folder with additional files used by a script, e.g., other .py files,
20
+ Where ` script-folder-location ` is the name of a folder with additional files used by a script, e.g., other .py files,
21
21
datasets, etc. If the option is not included, the files will not be included in the experiment.
22
22
23
23
** Syntax:**
24
24
25
- ` nctl experiment submit --script_folder_location DATASET-PATH SCRIPT_LOCATION `
25
+ ` nctl experiment submit --script-folder-location DATASET-PATH SCRIPT_LOCATION `
26
26
27
27
This option is recommended for small datasets or datasets that are NOT reused often. In using this option,
28
28
the dataset will be uploaded each time the submit command is executed which may add to the overall submission time.
29
29
30
- ** Note** : ` script_folder_location ` is also used for script files, not only for datasets.
30
+ ** Note** : ` script-folder-location ` is also used for script files, not only for datasets.
31
31
32
32
### Upload to Nauta Storage
33
33
@@ -49,7 +49,7 @@ the following command to mount those folders (all of the following is displayed,
49
49
50
50
![ Image] ( images/nctl_mount_command.png )
51
51
52
- ** Note 1** : The ` nctl ` mount command also returns a command to unmount a folder.
52
+ ** Note 1** : The ` nctl mount ` command also returns a command to unmount a folder.
53
53
54
54
** Note 2:** Nauta uses the mount command that is native to each operating system, so the command printed
55
55
out may not appear as in this example.
0 commit comments