Created
May 28, 2021 02:20
-
-
Save eileen-code4fun/b0b2089a1ad3a5b1938dfd0f1a33d5fa to your computer and use it in GitHub Desktop.
CIFAR10 Viz Request
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-viz", | |
"jobSpec": { | |
"workerPoolSpecs": [ | |
{ | |
"replicaCount": 1, | |
"machineSpec": { | |
"machineType": "n1-standard-4", | |
"acceleratorType": "NVIDIA_TESLA_V100", | |
"acceleratorCount": 2 | |
}, | |
"pythonPackageSpec": { | |
"executorImageUri": "us-docker.pkg.dev/vertex-ai/training/tf-gpu.2-3:latest", | |
"packageUris": GCS_PATH_FOR_PYTHON_CODE, | |
"pythonModule": "trainer.task", | |
"args": ["--epochs=50", "--dropout_rate=0.45"] | |
} | |
} | |
], | |
"baseOutputDirectory": { | |
"outputUriPrefix": GCS_PATH_FOR_TENSORBOARD_LOG | |
}, | |
"serviceAccount": SERVICE_ACCOUNT_FROM_THE_PERMISSION_STEP, | |
"tensorboard": FULL_RESOURCE_NAME_OF_TENSORBOARD | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment