Skip to content

Commit 7e28246

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: Remove ICN model type "RESNET".
PiperOrigin-RevId: 525851925
1 parent 13190e0 commit 7e28246

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

google/cloud/aiplatform/constants/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979

8080
MODEL_GARDEN_ICN_MODEL_TYPES = {
8181
"EFFICIENTNET",
82-
"RESNET",
8382
"VIT",
8483
"COCA",
8584
}

google/cloud/aiplatform/training_jobs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5341,9 +5341,6 @@ def __init__(
53415341
"EFFICIENTNET" - A model that, available in Vertex Model Garden image
53425342
classification training with customizable hyperparameters. Best tailored
53435343
to be used within Google Cloud, and cannot be exported externally.
5344-
"RESNET" - A model that, available in Vertex Model Garden image
5345-
classification training with customizable hyperparameters. Best tailored
5346-
to be used within Google Cloud, and cannot be exported externally.
53475344
"VIT" - A model that, available in Vertex Model Garden image
53485345
classification training with customizable hyperparameters. Best tailored
53495346
to be used within Google Cloud, and cannot be exported externally.

0 commit comments

Comments
 (0)