tensorflow / tensorflow/datasets
tensorflow_datasets.load('cats_vs_dogs') not working !
Open
Nobody has claimed this yet.
bug
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
Code NOT WORKING
# load dataset module
import tensorflow_datasets as tfds
# make downloading progress bar dissable
tfds.disable_progress_bar()
# download data - cats vs dogs
_=tfds.load('cats_vs_dogs', # dataset name
as_supervised=False, # include labels - False
)
ERROR: -> DownloadError: Failed to get url https://download.microsoft.com/download/3/E/1/3E1C3F21-ECDB-4869-8368-6DEBA77B919F/kagglecatsanddogs_3367a.zip. HTTP code: 404.
Environment - Google Colab
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure in Google Colab using the shown tfds.load('cats_vs_dogs') call and inspect how this dataset's download URL is defined. Confirm the source or URL that should be used, then verify that the dataset loads successfully without the reported 404 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100