Closed
Description
/!\ PLEASE INCLUDE THE FULL STACKTRACE AND CODE SNIPPET
Short description
Invalid version '1.0'. Format should be x.y.z with {x,y,z} being numbers without leading zeros.
See mlcommons/croissant#861
Environment information
-
Operating System: win 11 pro
-
Python version: 3.12.9
-
tensorflow-datasets
/tfds-nightly
version: 4.9.8 -
tensorflow
/tf-nightly
version: 2.19.0 -
Does the issue still exists with the last `
tfds-nightly package (
pip install --upgrade tfds-nightly`) ? yes
Reproduction instructions
mport tensorflow_datasets as tfds
import mlcroissant as mlc
builder = tfds.dataset_builders.CroissantBuilder(
jsonld="export-dara.json"
)
builder.download_and_prepare()
If you share a colab, make sure to update the permissions to share it.
Link to logs
Expected behavior
Not fail and accept 1.0
Additional context
See mlcommons/croissant#861