Performant Dataloader (Alpha)
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 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 .
Both dataloaders can be used interchangeably, and their syntax varies as shown below
The C++ dataloader is currently available only on Linux machines.