Skip to content

Commit fcf4969

Browse files
authored
Merge pull request #187282 from sharma-riti/patch-1
added a note about needing at least 10 images in training dataset
2 parents 5d13db2 + b110567 commit fcf4969

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ If your training data is in a different format (like, pascal VOC or COCO), you c
6969
> [!Warning]
7070
> Creation of TabularDatasets is only supported using the SDK to create datasets from data in JSONL format for this capability. Creating the dataset via UI is not supported at this time.
7171
72+
> [!Note]
73+
> The training dataset needs to have at least 10 images in order to be able to submit an AutoML run.
7274
7375
### JSONL schema samples
7476

@@ -505,4 +507,4 @@ Review detailed code examples and use cases in the [GitHub notebook repository f
505507
## Next steps
506508

507509
* [Tutorial: Train an object detection model (preview) with AutoML and Python](tutorial-auto-train-image-models.md).
508-
* [Troubleshoot automated ML experiments](how-to-troubleshoot-auto-ml.md).
510+
* [Troubleshoot automated ML experiments](how-to-troubleshoot-auto-ml.md).

0 commit comments

Comments
 (0)