We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0818229 commit 9ee3716Copy full SHA for 9ee3716
notebooks/community/model_garden/model_garden_tfvision_image_classification.ipynb
@@ -169,7 +169,7 @@
169
"if BUCKET_URI is None or BUCKET_URI.strip() == \"\" or BUCKET_URI == \"gs://\":\n",
170
" BUCKET_URI = f\"gs://{PROJECT_ID}-tmp-{now}-{str(uuid.uuid4())[:4]}\"\n",
171
" BUCKET_NAME = \"/\".join(BUCKET_URI.split(\"/\")[:3])\n",
172
- " ! gsutil mb -l {REGION} {BUCKET_URI}\n",
+ " ! gsutil mb -l {REGION} {BUCKET_URI}\n",
173
"else:\n",
174
" assert BUCKET_URI.startswith(\"gs://\"), \"BUCKET_URI must start with `gs://`.\"\n",
175
" shell_output = ! gsutil ls -Lb {BUCKET_NAME} | grep \"Location constraint:\" | sed \"s/Location constraint://\"\n",
0 commit comments