Step 6: Using Activeloop Storage
Storing and loading datasets from Activeloop Platform 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 my_username -p my_passwordimport deeplake
platform_path = 'hub://organization_name/dataset_name'
#'hub://jane_smith/my_awesome_dataset'
ds = deeplake.dataset(platform_path)Tokens
Last updated
Was this helpful?