|
204 | 204 | "Copying gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/exported_model/graph_def.txt...\n", |
205 | 205 | "Copying gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/exported_model/saved_model.pb...\n", |
206 | 206 | "-\n", |
207 | | - "==\u003e NOTE: You are performing a sequence of gsutil operations that may\n", |
208 | | - "run significantly faster if you instead use gsutil -m cp ... Please\n", |
209 | | - "see the -m section under \"gsutil help options\" for further information\n", |
210 | | - "about when gsutil -m can be advantageous.\n", |
| 207 | + "==\u003e NOTE: You are performing a sequence of gcloud storage operations that may\n", |
| 208 | + "run significantly faster if you instead use gcloud storage cp ... Please\n", "see the -m section under \"gcloud storage --help\" for further information\n", "about when gsutil -m can be advantageous.\n", |
211 | 209 | "\n", |
212 | 210 | "Copying gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/exported_model/variables/variables.data-00000-of-00001...\n", |
213 | 211 | "Copying gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/exported_model/variables/variables.index...\n", |
|
217 | 215 | "Copying gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/examples/camera.jpg...\n", |
218 | 216 | "Copying gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/examples/police_car.jpg...\n", |
219 | 217 | "/ [3 files][465.1 KiB/465.1 KiB] \n", |
220 | | - "==\u003e NOTE: You are performing a sequence of gsutil operations that may\n", |
221 | | - "run significantly faster if you instead use gsutil -m cp ... Please\n", |
222 | | - "see the -m section under \"gsutil help options\" for further information\n", |
223 | | - "about when gsutil -m can be advantageous.\n", |
| 218 | + "==\u003e NOTE: You are performing a sequence of gcloud storage operations that may\n", "run significantly faster if you instead use gcloud storage cp ... Please\n", "gcloud storage commands are parallel by default; a flag like -m is not needed.\n", "about when gsutil -m can be advantageous.\n", |
224 | 219 | "\n", |
225 | 220 | "Copying gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/examples/telephone_kiosk.jpg...\n", |
226 | 221 | "/ [4 files][665.2 KiB/665.2 KiB] \n", |
|
230 | 225 | ], |
231 | 226 | "source": [ |
232 | 227 | "#@title Download files \n", |
233 | | - "!gsutil cp -r gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/exported_model ./\n", |
234 | | - "!gsutil cp -r gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/examples ./" |
235 | | - ] |
| 228 | + "!gcloud storage cp --recursive gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/exported_model .\n", |
| 229 | + "!gcloud storage cp --recursive gs://cloud-tpu-checkpoints/detection/projects/openseg/colab/examples ./" ] |
236 | 230 | }, |
237 | 231 | { |
238 | 232 | "cell_type": "code", |
|
0 commit comments