BASIC_TPU is not a valid choice in ML Engine

I've been following this guide to using TPUs in ML Engine but get an error that BASIC_TPU is an invalid choice:

ERROR: (gcloud.ml-engine.jobs.submit.training) argument --scale-tier: Invalid choice: 'BASIC_TPU'.

Valid choices are [BASIC, BASIC_GPU, CUSTOM, PREMIUM_1, STANDARD_1].

According to the doc, this should be a valid choice. Has anyone else run into this? Is this just the result of TPUs being in beta?

Upvotes: 1

Views: 87

Answers (1)

lwz1992
lwz1992

Reputation: 304

Could you please run gcloud version to check the version of Google Cloud SDK installed in your environment? BASIC_TPU was introduced in version 180.0.0

Upvotes: 1

Related Questions