我通过云控制台(不是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.">
我该怎么做才能获得所需的身份验证?