torch.utils.data - PyTorch documentation, PyTorch Authors, 2025 - Provides documentation for PyTorch's data loading utilities, including map-style and iterable datasets, DataLoader configuration, and multi-worker handling.
TorchData | DataPipes, PyTorch Authors, 2024 (PyTorch Foundation) - Documents the torchdata library, which extends PyTorch's data loading capabilities, offering DataPipes for advanced streaming and shuffling of iterable datasets.
Designing Machine Learning Systems: An Introduction to the Field of MLOps, Chip Huyen, 2022 (O'Reilly Media) - Provides a practical perspective on building machine learning systems, including discussions on data pipelines, storage, and processing strategies for large datasets, relevant to optimizing data loading.