spdl.dataloader¶
Overview¶
Task specific data loading solutions based on Pipeline
.
API Reference¶
Functions
get_pytorch_dataloader¶
Classes
DataLoader¶
A data preprocessing pipeline composed of source, preprocessing and aggregation. |
CacheDataLoader¶
Caches values from the given data loader and returns caches after the given iteration. |
PyTorchDataLoader¶
A PyTorch-style data loader that works on map-style dataset. |