Performant Dataloader
How to use Deep Lake's new dataloader built and optimized in C++
Last updated
Was this helpful?
How to use Deep Lake's new dataloader built and optimized in C++
Last updated
Was this helpful?
Deep Lake offers an optimized implementation of its dataloader built in C++. The C++ dataloader is 3-5X faster in many applications, and it supports distributed training. The C++ and Python dataloaders can be used interchangeably, and their syntax varies as shown below.
The C++ dataloader is installed using pip install "deeplake[enterprise]"
. .