Last active
June 1, 2021 01:30
-
-
Save eileen-code4fun/965fcbda2bc5d867c79344fda56c1ef7 to your computer and use it in GitHub Desktop.
CIFAR10 AutoML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"displayName": "e2e-tutorial-automl", | |
"inputDataConfig": { | |
"datasetId": "DATASET_ID", | |
"filterSplit": { | |
"trainingFilter": "labels.aiplatform.googleapis.com/ml_use=training", | |
"validationFilter": "labels.aiplatform.googleapis.com/ml_use=validation", | |
"testFilter": "labels.aiplatform.googleapis.com/ml_use=test" | |
} | |
}, | |
"modelToUpload": { | |
"displayName": "e2e-tutorial-automl-model", | |
"description": "Model trained on AutoML", | |
}, | |
"trainingTaskDefinition": "gs://google-cloud-aiplatform/schema/trainingjob/definition/automl_image_classification_1.0.0.yaml", | |
"trainingTaskInputs": { | |
"multiLabel": "false", | |
"modelType": ["CLOUD"], | |
"budgetMilliNodeHours": 16000 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment