2 Repos
Decodes and augments images, videos, and speech on the GPU to reduce data access latency and training time.
Distinct from Data Loading: Distinct from Data Loading: focuses on GPU-accelerated decoding and augmentation for ML training pipelines, not loading JSON into a UI editor.
Explore 2 awesome GitHub repositories matching data & databases · GPU-Accelerated Data Loaders. Refine with filters or upvote what's useful.
Decodes and augments images, videos, and speech to reduce data access latency and training time.
NVIDIA DALI is a GPU-accelerated data loading and preprocessing library designed for deep learning workflows. It constructs high-performance data pipelines that offload decoding, augmentation, and normalization to the GPU, eliminating CPU bottlenecks in training and inference. The library reads data from multiple storage formats and streams it directly into GPU memory, with support for multi-GPU execution to scale throughput across large-scale workloads. DALI distinguishes itself by enabling data pipelines to be built once and executed across multiple deep learning frameworks without code cha
Reads from multiple storage formats and streams data directly into GPU memory for deep learning workloads.