tensorflow / tensorflow/datasets
Dataset in tfds-nightly not loadable
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
Description of the bug.
Dataset in the tfds-nightly package can not be loaded. Please see this issue.
Environment information
-
tensorflow-datasets/tfds-nightlyversion: 4.9.3+nightly -
Does the issue still exists with the last
tfds-nightlypackage (pip install --upgrade tfds-nightly) ? Yes
Reproduction instructions Please see the bug linked to above and code below
import tensorflow_datasets as tfds
print(tfds.__version__)
tfds.load('bridge')
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 with the linked open_x_embodiment issue and reproduce the failure using the provided tensorflow_datasets snippet with tfds-nightly 4.9.3+nightly. Compare the result with the latest package and use the full stack trace to locate the failing dataset-loading path. Done means the bridge dataset loads successfully or the issue has a confirmed, documented cause.
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