Support numpy/torch/tf/jax formatting for IterableDataset #5083
Labels
enhancement
New feature or request
good second issue
Issues a bit more difficult than "Good First" issues
streaming
Right now
IterableDataset
doesn't do any formatting.In particular this code should return a numpy array:
Right now it returns a PIL.Image.
Setting
streaming=False
does return a numpy array after #5072The text was updated successfully, but these errors were encountered: