Step 6: Using Activeloop Storage
Storing and loading datasets from Deep Lake Storage.
How to Use Activeloop-Provided Storage
Register
activeloop registerLogin
!activeloop login
# Alternatively, you can directly input your username and password in the same line:
# activeloop login -u <your_username> -p <your_password>import deeplake
deeplake_path = 'hub://organization_name/dataset_name'
#'hub://jane_smith/my_awesome_dataset'
ds = deeplake.dataset(deeplake_path)API Tokens
Last updated
Was this helpful?