tensorflow / tensorflow/datasets
Error downloading pet_finder dataset
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
import tensorflow_datasets as tfds
tfds.load('pet_finder', split='train')
gives the following 404 error:
tensorflow_datasets.core.download.downloader.DownloadError: Failed to get url https://storage.googleapis.com/petfinder_dataset/breed_labels.csv. HTTP code: 404.
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
Begin by reproducing tfds.load('pet_finder', split='train') and inspecting the download request for breed_labels.csv at the reported URL. Done means the pet_finder training split loads without the reported HTTP 404 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100