tensorflow / tensorflow/datasets
Download Error- wmt14_translate/de-en Dataset
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 1.6k
- Avg merge
- 3h 54m
- Merged PRs (30d)
- 1
Description
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description
Download Error- wmt14_translate/de-en Dataset
Environment information
-
Operating System: Windows 10
-
Python version: 3.8
-
tensorflow-datasets/tfds-nightlyversion: 4.5.2 -
tensorflow/tf-nightlyversion: 2.4.0-rc0 -
Does the issue still exists with the last
tfds-nightlypackage (pip install --upgrade tfds-nightly) ?
Reproduction instructions
import tensorflow_datasets as tfds
examples, metadata = tfds.load('wmt14_translate/de-en', with_info=True,
as_supervised=True)
Link to logs
DownloadError: Failed to get url https://www.statmt.org/wmt13/training-parallel-commoncrawl.tgz. HTTP code: 503.
Expected behavior
DownloadError:
Additional context
if I put the link into my browser, the zip file begins downloading without issue.
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
Start by rerunning the provided tfds.load('wmt14_translate/de-en', ...) example with the listed TensorFlow Datasets and TensorFlow versions, then inspect the DownloadError for the statmt.org URL returning HTTP 503. Check whether the failure is reproducible outside the browser and determine what behavior should be considered done for this dataset download.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- data, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100