tensorflow / tensorflow/datasets

unable to generate curated_breast_imaging_ddsm/patches dataset

Open
#2,368 6 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

Environment information

  • Operating System: Colab Jupyter notebook
  • Python version: 3
  • tensorflow-datasets version: 2.1.0

Reproduction instructions

import tensorflow_datasets as tfds
builder = tfds.builder("curated_breast_imaging_ddsm", data_dir = "/content/data")
config = tfds.download.DownloadConfig(extract_dir="/content", manual_dir="/content/")
builder.download_and_prepare(download_dir = ".", download_config = config)

Logs
error

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 reproducing the failure with the provided Colab Python snippet for the curated_breast_imaging_ddsm builder and inspect the linked error log. Trace the dataset generation and download path until the failure is located; done means download_and_prepare completes successfully for the patches configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, tensorflow
Domain
data, machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.