Replies: 1 comment
-
This is what data loaders are for, there are some alternatives described here: I've also used zarr and dask previously to do stuff like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was just curious if jax had any best practices or tutorials for loading datasets that are larger than memory. How is this typically accomplished? Do people normally just keep the dataset on disk and load the data in memory in batches? And is there any specific jax functionality that accomplishes this? Thanks for your time.
Beta Was this translation helpful? Give feedback.
All reactions