I can import shadoworflow and run models inside Cloud Datalab, but how do I configure it to use GPUs?
The documentation here only talks about machines that I'm not sure how to configure through Datalab:
https://cloud.google.com/ml-engine/docs/how-tos/using-gpus
I tried this:
datalab create
and when I select the us-east1 area, I get an error:
Creating the instance ml
ERROR: (gcloud.compute.instances.create) Some requests did not succeed:
- Invalid value for field 'resource.machineType': 'https://www.googleapis.com/compute/v1/projects/project-160204/zones/us-east1-d/machineTypes/standard_gpu'. Machine type with name 'standard_gpu' does not exist in zone 'us-east1-d'.
source
share