Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update TFDS to 4.2.0
API:
tfds buildto the CLI. See documentation.tfds.as_numpyare compatible withlen(ds)tfds.features.Datasetto represent nested datasetstfds.ReadConfig(add_tfds_id=True)to add a unique identifiant to the exampleex['tfds_id'](e.g.b'train.tfrecord-00012-of-01024__123')num_parallel_callsoption totfds.ReadConfigto overwrite to defaultAUTOTUNEoptiontfds.ImageFoldernow supporttfds.decode.SkipDecodertfds.features.Audiotfds.as_dataframevisualization (ffmpeg video if installed, bounding boxes,...)try_gcstotfds.builder(..., try_gcs=True)BuilderConfigdefinition: globalVERSIONandRELEASE_NOTESare applied to allBuilderConfig. Config description is now optional.Breaking compatibility changes:
str,bytesandint). New errors likely indicates an issue in the dataset implementation.tfds.core.benchmarknow returns apd.DataFrame(instead of adict)tfds.unitsis not visible anymore from the public APIBug fixes:
max_examples_per_splits=0intfds build --max_examples_per_splits=0to test_split_generatorsonly (without_generate_examples).