Skip to content

Commit

Permalink
fix: Remove ICN model type "RESNET".
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 525851925
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Apr 20, 2023
1 parent 13190e0 commit 7e28246
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion google/cloud/aiplatform/constants/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@

MODEL_GARDEN_ICN_MODEL_TYPES = {
"EFFICIENTNET",
"RESNET",
"VIT",
"COCA",
}
Expand Down
3 changes: 0 additions & 3 deletions google/cloud/aiplatform/training_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5341,9 +5341,6 @@ def __init__(
"EFFICIENTNET" - A model that, available in Vertex Model Garden image
classification training with customizable hyperparameters. Best tailored
to be used within Google Cloud, and cannot be exported externally.
"RESNET" - A model that, available in Vertex Model Garden image
classification training with customizable hyperparameters. Best tailored
to be used within Google Cloud, and cannot be exported externally.
"VIT" - A model that, available in Vertex Model Garden image
classification training with customizable hyperparameters. Best tailored
to be used within Google Cloud, and cannot be exported externally.
Expand Down

0 comments on commit 7e28246

Please sign in to comment.