mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Use '/gcs/' instead of 'gs://'
This commit is contained in:
@@ -2519,7 +2519,7 @@
|
||||
" script = f.read()\n",
|
||||
"\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}/\"))"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user