Skip to content

Commit 0e030eb

Browse files
Sanders Kleinfeldcopybara-github
authored andcommitted
Updating dataset URLs
PiperOrigin-RevId: 830981382
1 parent b3013d0 commit 0e030eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/en/r1/tutorials/images/transfer_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
},
149149
"outputs": [],
150150
"source": [
151-
"zip_file = tf.keras.utils.get_file(origin=\"https://storage.googleapis.com/mledu-datasets/cats_and_dogs_filtered.zip\",\n",
151+
"zip_file = tf.keras.utils.get_file(origin=\"https://download.mlcc.google.com/mledu-datasets/cats_and_dogs_filtered.zip\",\n",
152152
" fname=\"cats_and_dogs_filtered.zip\", extract=True)\n",
153153
"base_dir, _ = os.path.splitext(zip_file)"
154154
]

site/en/tutorials/images/transfer_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
},
175175
"outputs": [],
176176
"source": [
177-
"_URL = 'https://storage.googleapis.com/mledu-datasets/cats_and_dogs_filtered.zip'\n",
177+
"_URL = 'https://download.mlcc.google.com/mledu-datasets/cats_and_dogs_filtered.zip'\n",
178178
"path_to_zip = tf.keras.utils.get_file('cats_and_dogs.zip', origin=_URL, extract=True)\n",
179179
"PATH = os.path.join(os.path.dirname(path_to_zip), 'cats_and_dogs_filtered')\n",
180180
"\n",

0 commit comments

Comments
 (0)