Skip to content

Commit 0e4afcc

Browse files
committed
Update urls for download and download_and_extract calls
1 parent debc43a commit 0e4afcc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tensorflow_datasets/image_classification/caltech_birds.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,12 @@ def _info(self):
260260
def _split_generators(self, dl_manager):
261261
download_path = dl_manager.download(
262262
[
263-
self._caltech_birds_info.images_url,
263+
self._caltech_birds_info.combined_url,
264264
]
265265
)
266266

267267
extracted_path = dl_manager.download_and_extract([
268-
self._caltech_birds_info.images_url,
269-
self._caltech_birds_info.annotations_url,
268+
self._caltech_birds_info.combined_url,
270269
])
271270

272271
image_names_path = os.path.join(

0 commit comments

Comments
 (0)