Skip to content

Commit 359506f

Browse files
DanEliaskweinmeisterpattishin
authored
fix: Add newest model CLOUD_1 to avoid customers getting CUDA errors with … (#3408)
* Add newest model CLOUD_1 to avoid customers getting CUDA errors with older models. * fix: Add newest model CLOUD_1 to avoid customers getting CUDA errors with older models. --------- Co-authored-by: Karl Weinmeister <[email protected]> Co-authored-by: Patti Shin <[email protected]>
1 parent acfaaee commit 359506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-platform/snippets/create-training-pipeline-image-object-detection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function main(
5858
const trainingTaskInputsObj =
5959
new definition.AutoMlImageObjectDetectionInputs({
6060
disableEarlyStopping: false,
61-
modelType: ModelType.CLOUD_HIGH_ACCURACY_1,
61+
modelType: ModelType.CLOUD_1,
6262
budgetMilliNodeHours: 20000,
6363
});
6464

0 commit comments

Comments
 (0)