在VM实例上使用TPU运行python脚本时出现问题

时间:2019-03-08 09:20:35

标签: google-compute-engine google-cloud-tpu tpu

我通过云控制台(不是ctpu,gcloud)创建了具有相同名称的TPU和VM实例。 当我使用命令在VM上检查tpu时 gcloud compute tpus list 我已经准备好TPU。

但是当我运行python脚本时:

from tensorflow.contrib.cluster_resolver import TPUClusterResolver tpu_grpc_url = TPUClusterResolver(tpu="v3-nonpre", zone="us-central1-a").get_master()

上面写着googleapiclient.errors.HttpError: <HttpError 403 when requesting https://tpu.googleapis.com/v1alpha1/projects/red-splice-230206/locations/us-central1-a/nodes/v3-nonpre?alt=json returned "Request had insufficient authentication scopes.">

我该怎么做才能获得所需的身份验证?

0 个答案:

没有答案