【发布时间】:2019-03-25 07:01:39
【问题描述】:
我正在尝试在 gcloud 上运行 ML 训练,但不断收到此错误
ERROR: (gcloud.ml-engine.jobs.submit.training) RESOURCE_EXHAUSTED: Field: scale_tier Error: Insufficient accelerators are available in region US-EAST4 to schedule the job which requests 1 K80 accelerators. Please wait and try again or else try submitting your job to a different region.
- '@type': type.googleapis.com/google.rpc.BadRequest
fieldViolations:
- description: Insufficient accelerators are available in region US-EAST4 to schedule
the job which requests 1 K80 accelerators. Please wait and try again or else
try submitting your job to a different region.
field: scale_tier
等待和切换区域/区域后,结果是一样的。交通真的到处都是这么高,还是我做错了什么?是否有任何可用的监控/资源工具来检查空闲插槽?
【问题讨论】:
标签: google-cloud-platform google-cloud-ml