Skip to content

Commit c46d978

Browse files
Update docs/source/use_with_tensorflow.mdx
Co-authored-by: Quentin Lhoest <[email protected]>
1 parent c9f3ba0 commit c46d978

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/source/use_with_tensorflow.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ collators or examples here?)
7171

7272
### Caveats and limitations
7373

74-
Right now, `to_tf_dataset()` focuses on making "ready-to-use" datasets with batching and data collation applied.
75-
However, particularly for computer vision tasks, we realize that it would often be preferable to convert a
76-
Hugging Face `Dataset` to an unbatched, unmodified `tf.data.Dataset` and then perform batching/shuffling using `tf.data`
77-
methods. We're actively working on adding this feature and making it performant, so watch this space!
74+
Right now, `to_tf_dataset()` always return a batched dataset, we will add support for unbatched datasets soon !
7875

7976

8077

0 commit comments

Comments
 (0)