Skip to content

Commit 5b89136

Browse files
andrewferlitschnnegrey
authored andcommitted
fix wrong path to training example data (#1452)
1 parent 81243cb commit 5b89136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vision/automl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mvn exec:java -Dexec.mainClass="com.google.cloud.vision.samples.automl.DatasetAp
5151
#### Import data
5252
```
5353
mvn exec:java -Dexec.mainClass="com.google.cloud.vision.samples.automl.DatasetApi" \
54-
-Dexec.args="import_data [dataset-id] gs://java-docs-samples-testing/flower_traindata.csv"
54+
-Dexec.args="import_data [dataset-id] gs://cloud-ml-data/img/flower_photos/train_set.csv"
5555
```
5656

5757
### Model API

0 commit comments

Comments
 (0)