Can't create GCP AI Platform Notebook with GPU. It says Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally

泪湿孤枕 提交于 2020-01-06 04:47:26

问题


I'm trying to create an GCP AI Platform Notebook with GPUs.

When I create the notebook it gives me the error:

Quota 'GPUS_ALL_REGIONS' exceeded. Limit: 0.0 globally

However, I have requested a quota increase and had it approved.

Why am I still seeing this error?


回答1:


Turns out there are two types of quotas (Regional and Global) for GPUs and you want to make sure that you've increased both of them. You can only be allocated more GPUs if neither of those quotas is being exceeded.

You can increase you quota by going to the GCP console and navigating to IAM & admin -> Quotas

More detailed instructions on requesting a quota increase here: https://cloud.google.com/compute/quotas

Also @vincent has posted screen shots of exactly how to request global GPU quota here: https://stackoverflow.com/a/53678838/21539



来源:https://stackoverflow.com/questions/56843598/cant-create-gcp-ai-platform-notebook-with-gpu-it-says-quota-gpus-all-regions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!