Skip to content

Visualizing uploaded data from deeplake UI #2637

Answered by davidbuniat
snat1505027 asked this question in Q&A
Discussion options

You must be logged in to vote

@snat1505027 thanks for posing the question! You would need to create the dataset using hub path on the cloud.

ds = deeplake.empty(f'hub://{username}/VCR', overwrite=True)

otherwise if dataset has been already created locally you can also transfer it to the cloud.

deeplake.deepcopy('./VCR', f'hub://{username}/VCR')

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by davidbuniat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants