Performant Dataloader (Beta)
How to use Deep Lake's new dataloader built and optimized in C++
How to use Deep Lake's performant Dataloader built and optimized in C++
Deep Lake offers an Alpha version of its dataloader that was build and optimized in C++. The new dataloader is 2-3X faster in many applications, but since it is an experimental state, is not as reliable as the pure-python dataloader described here.
Both dataloaders can be used interchangeably, and their syntax varies as shown below
Pure-Python Dataloader
C++ Dataloader
The C++ dataloader is currently available only on Linux machines. It also returns image tensors as PIL images, not numpy arrays (like the python dataloader).
Starting from deeplake 3.1.0, the C++ dataloader will require the dataset's parent organization to be on a Growth of Enterprise plan. Querying Activeloop datasets will be enabled for everyone.
Last updated