Performant Dataloader
Overview of Deep Lake's dataloader built and optimized in C++
Last updated
Was this helpful?
Overview of Deep Lake's dataloader built and optimized in C++
Last updated
Was this helpful?
Deep Lake offers an optimized dataloader implementation built in C++, , 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]"
. .