1

There is a limit for ML training units on Google cloud platform. By default, it is 25. I need to increase up to 100. As you may know, to use scale-tier PREMIUM_1 you need to have at least 75 ML Units.

Concurrent number of ML training units: 25.

How can I increase the count of ML training units?

Oleg Dats
  • 3,933
  • 9
  • 38
  • 61

1 Answers1

1

You can request for more ML unit quota (as well as other quota) by following the steps described here: https://cloud.google.com/ml-engine/quotas#requesting_a_quota_increase

The most direct link is: Cloud Machine Learning Engine Quota Request form

Jing Jing Long
  • 191
  • 1
  • 6
  • there is no other options except you have mentioned. I accept this answer nevertheless I could not get more ML units after trying both requests. I have switched to AWS and happy ) – Oleg Dats Sep 26 '17 at 18:16