We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f76f5 commit 49c5a2bCopy full SHA for 49c5a2b
tensorflow_datasets/image_classification/caltech_birds.py
@@ -261,12 +261,13 @@ def _info(self):
261
def _split_generators(self, dl_manager):
262
download_path = dl_manager.download(
263
[
264
- self._caltech_birds_info.combined_url,
+ self._caltech_birds_info.images_url,
265
]
266
)
267
268
extracted_path = dl_manager.download_and_extract([
269
270
+ self._caltech_birds_info.segmentations_url
271
])
272
273
image_names_path = os.path.join(
0 commit comments