Last updated
Was this helpful?
Last updated
Was this helpful?
Deep Lake offers an optimized implementation of its dataloader 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]"
. .
How to use Deep Lake's new dataloader built and optimized in C++