unable to generate curated_breast_imaging_ddsm/patches dataset
See original GitHub issueEnvironment 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
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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 manuallyIs it just freezing ? Is it just taking too long ? Can you add a print statement to debug for which example it is failing ?