Introduction
C++ implementations of Deep Lake optimized for faster data fetching and computations
The engine is built in C++, the user interface is still in Python, and it is installed from compiled C++ binaries using:
pip install "deeplake[enterprise]"
, In order to use Compute Engine, Deep Lake data must be stored in Deep Lake Storage, or in the user's cloud while being connected to Deep Lake using Managed Credentials.
Last modified 9d ago