tensorflow / tensorflow/datasets

Download Error- wmt14_translate/de-en Dataset

Open
#3,832 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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-nightly version: 4.5.2

  • tensorflow/tf-nightly version: 2.4.0-rc0

  • Does the issue still exists with the last tfds-nightly package (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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.