You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
The code currently loads invidual training examples, one-at-a-time, and then joins them into a batch.
But it's possible that it might be faster to execute, and the code might be simpler, if we load entire batches at once. (For example, I think Zarr might be able to concurrently load all the examples).
I have a hunch that the "loading single examples at a time" thing might not be necessary once we do #202
The text was updated successfully, but these errors were encountered:
Detailed Description
The code currently loads invidual training examples, one-at-a-time, and then joins them into a batch.
But it's possible that it might be faster to execute, and the code might be simpler, if we load entire batches at once. (For example, I think Zarr might be able to concurrently load all the examples).
I have a hunch that the "loading single examples at a time" thing might not be necessary once we do #202
The text was updated successfully, but these errors were encountered: