datasets
datasets copied to clipboard
Dataset in tfds-nightly not loadable
/!\ 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')