I am trying to follow an official tutorial on training model with google cloud TPUs. This is the tutorial : https://cloud.google.com/tpu/docs/tutorials/transformer-pytorch
At the step "Launch a Cloud TPU resource" i do the following
:~$ gcloud compute tpus create train-bert-one \
> --zone=europe-west4-a \
> --network=default \
> --version=pytorch-1.6 \
> --accelerator-type=v3-8
Just as in the tutorial, I merely adapted the region.
The command fails with
ERROR: (gcloud.compute.tpus.create) PERMISSION_DENIED: Permission 'tpu.nodes.create' denied on 'projects/bert-archaea-fine-tuning/locations/europe-west4-a/nodes/train-bert-one'
Does anyone know this error? Cannot find anything on it.