0

I am creating first project in Google Cloud. But it seems I can not proceed because of the following error:

You've gone over GPU global quota by 1 GPU. Please increase your quota in the quotas page. 

Please see a screenshot of the page below:

enter image description here

I tried checking the "Quotas Page" but no help. Please see below screenshots:

enter image description here

enter image description here

My objective is to train a PyTorch network on GPU. That's it!

ravi
  • 103
  • 3

1 Answers1

1

You need to select the quota you wish to increase (tick the box in front of the line), then press the "Edit quotas" button.

Lacek
  • 7,233
  • 24
  • 28
  • Thank you very much. _tick the box in front of the line_, you mean the table? it is unselectable. Hovering the mouse over says the following: *Please be aware that free trial accounts for Google Cloud have limited quota during their trial period. In order to increase your quota, please upgrade to a paid account by clicking "Upgrade my account" from the top of any page once logged in to Google Cloud console.* My objective is to train a PyTorch network on GPU. That's it! – ravi Sep 27 '22 at 07:57
  • During free trial, you can't request a quota limit, and so you can't use any GPUs. You need to upgrade to a paid account to do so. – Lacek Sep 27 '22 at 08:09
  • So, in other words, may I say that GPU can not be used in a free trial? – ravi Sep 27 '22 at 09:00
  • Yes, this is the case. According to the [Google free trial offer](https://cloud.google.com/free/docs/free-cloud-features), you can't add GPUs to VM instances while on free trial. – Lacek Sep 27 '22 at 09:26
  • Thanks for the confirmation. Time to say Goodbye to Google Cloud! – ravi Sep 27 '22 at 11:25