Skip to content

Commit a96d8e6

Browse files
authored
Merge pull request #189846 from swatig007/patch-21
Update how-to-auto-train-image-models.md
2 parents 5d19bf3 + 3ddbc08 commit a96d8e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/how-to-auto-train-image-models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ The following is a sample JSONL file for image classification:
154154
Once your data is in JSONL format, you can create a TabularDataset with the following code:
155155

156156
```python
157+
ws = Workspace.from_config()
158+
ds = ws.get_default_datastore()
157159
from azureml.core import Dataset
158160

159161
training_dataset = Dataset.Tabular.from_json_lines_files(

0 commit comments

Comments
 (0)