-
Hi, The LanceDataset with the ShardedBatchSampler does not accomplish this. While it is concurrent (with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I now see that an async_dataset may be what I need? |
Beta Was this translation helpful? Give feedback.
Thanks for coming back to me!
I'd prefer a solution in which we can define a map-style dataset which fetches rows, and then use the standard PyTorch DataLoader with multiprocess multiple workers to fetch the data. This is the default paradigm in pytorch and has two advantages:
I prefer to read the…