We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c490f commit b02baaaCopy full SHA for b02baaa
1 file changed
site/en/r1/tutorials/sequences/recurrent_quickdraw.md
@@ -82,7 +82,7 @@ Then use the following command to check that your gsutil installation works and
82
that you can access the data bucket:
83
84
```shell
85
-gsutil ls -r "gs://quickdraw_dataset/full/simplified/*"
+gcloud storage ls --recursive "gs://quickdraw_dataset/full/simplified/*"
86
```
87
88
which will output a long list of files like the following:
@@ -100,7 +100,7 @@ Then create a folder and download the dataset there.
100
101
mkdir rnn_tutorial_data
102
cd rnn_tutorial_data
103
-gsutil -m cp "gs://quickdraw_dataset/full/simplified/*" .
+gcloud storage cp "gs://quickdraw_dataset/full/simplified/*" .
104
105
106
This download will take a while and download a bit more than 23GB of data.
0 commit comments