Expand description
Async prefetch for parallel I/O in streaming datasets.
Provides AsyncPrefetchDataset which spawns a background task to read
batches ahead of time, reducing I/O latency in the training loop.
Structsยง
- Async
Prefetch Builder - Builder for creating async prefetch datasets.
- Async
Prefetch Dataset - A streaming dataset with async prefetch for parallel I/O.
- Sync
Prefetch Dataset - Synchronous wrapper for async prefetch that works with DataLoader.