question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unable to generate curated_breast_imaging_ddsm/patches dataset

See original GitHub issue

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

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Conchylicultorcommented, Aug 31, 2020

Thank you for reporting. This is because you’re using a recent version of openCv. The issue will be fixed in https://github.com/tensorflow/datasets/pull/2351/files#diff-4ee80b035898d4605dafac48b0868ca6R594

In the meantime, you can apply the tensorflow_datasets/image_classification/cbis_ddsm.py patch manually

0reactions
Conchylicultorcommented, Sep 2, 2020

Is it just freezing ? Is it just taking too long ? Can you add a print statement to debug for which example it is failing ?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found