Skip to content

Commit ba73f8c

Browse files
authored
edit
1 parent 044f935 commit ba73f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/tutorial-1st-experiment-bring-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To run this script in Azure Machine Learning, you need to make your training dat
176176
datastore = ws.get_default_datastore()
177177
Dataset.File.upload_directory(src_dir='data',
178178
target=DataPath(datastore, "datasets/cifar10")
179-
179+
)
180180
```
181181

182182
The `target_path` value specifies the path on the datastore where the CIFAR10 data will be uploaded.

0 commit comments

Comments
 (0)