mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-02-01 20:47:50 +01:00
Use '/gcs/' instead of 'gs://'
This commit is contained in:
@@ -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}/\"))"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user