Migrating Datasets to the Tensor Database
Migrating datasets to the Tensor Database
How to migrate existing Deep Lake datasets to the Tensor Database
import deeplake
ds_tensor_db = deeplake.deepcopy(src = <current_path>,
dest = "hub://<org_id>/<dataset_name>",
runtime = {"tensor_db": True},
src_creds = {<creds_dict>}, # Only necessary if src is in your cloud
)Was this helpful?