tensorflow / datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
https://www.tensorflow.org/datasets
Apache License 2.0
4.23k stars 1.52k forks source link

Add support for converting a dataset to a new file format in the same directory as the input dataset. #5478

Closed copybara-service[bot] closed 1 week ago

copybara-service[bot] commented 1 week ago

Add support for converting a dataset to a new file format in the same directory as the input dataset.

This is useful to add a file format that supports random access without having to regenerate the dataset or use a different folder structure.