Skip to content

Commit

Permalink
fix: Add newest model CLOUD_1 to avoid customers getting CUDA errors …
Browse files Browse the repository at this point in the history
…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 <11586922+kweinmeister@users.noreply.github.com>
Co-authored-by: Patti Shin <pattishin@users.noreply.github.com>
  • Loading branch information
3 people authored and Paulina Nguyen committed Sep 11, 2023
1 parent fc2d0b4 commit dba9baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function main(
const trainingTaskInputsObj =
new definition.AutoMlImageObjectDetectionInputs({
disableEarlyStopping: false,
modelType: ModelType.CLOUD_HIGH_ACCURACY_1,
modelType: ModelType.CLOUD_1,
budgetMilliNodeHours: 20000,
});

Expand Down

0 comments on commit dba9baa

Please sign in to comment.