Use '/gcs/' instead of 'gs://'

main
Aurélien Geron 2022-04-18 10:47:33 +12:00
parent f148784e14
commit 96edbd5ef4
1 changed files with 1 additions and 1 deletions

View File

@ -2519,7 +2519,7 @@
" script = f.read()\n", " script = f.read()\n",
"\n", "\n",
"with open(\"my_keras_tuner_search.py\", \"w\") as f:\n", "with open(\"my_keras_tuner_search.py\", \"w\") as f:\n",
" f.write(script.replace(\"gs://my_bucket/\", f\"gs://{bucket_name}/\"))" " f.write(script.replace(\"/gcs/my_bucket/\", f\"/gcs/{bucket_name}/\"))"
] ]
}, },
{ {