datasets icon indicating copy to clipboard operation
datasets copied to clipboard

Dataset in tfds-nightly not loadable

Open quanvuong opened this issue 2 years ago • 0 comments

/!\ 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-nightly version: 4.9.3+nightly

  • Does the issue still exists with the last tfds-nightly package (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')

quanvuong avatar Dec 01 '23 18:12 quanvuong