Skip to content

where is the data saved on my computer #1854

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

You must be logged in to vote

Hi @likangGit, by default when you execute hub.load("hub://....") no data is copied to your machine (aside from the metadata), the data is only transferred when you access an element.

however you can change the access method to cache it locally by changing to hub.load(access_method='download') and specifying environment HUB_DOWNLOAD_PATH where downloaded datasets will reside.

Replies: 1 comment

Comment options

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