flax
e25e20c8
- [tfds] Fix tfds.as_numpy which now returns a reusable iterable.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
[tfds] Fix tfds.as_numpy which now returns a reusable iterable. `next(ds)` -> `next(iter(ds))` Context: https://github.com/tensorflow/datasets/issues/2270 PiperOrigin-RevId: 326199391
References
#388 - [tfds] Fix tfds.as_numpy which now returns a reusable iterable.
Author
Conchylicultor
Committer
a-googler
Parents
46e9c0b2
Loading