Skip to content

Instantly share code, notes, and snippets.

@eileen-code4fun
Created May 28, 2021 02:20
Show Gist options
  • Save eileen-code4fun/b0b2089a1ad3a5b1938dfd0f1a33d5fa to your computer and use it in GitHub Desktop.
Save eileen-code4fun/b0b2089a1ad3a5b1938dfd0f1a33d5fa to your computer and use it in GitHub Desktop.
CIFAR10 Viz Request
{
"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