We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I import the pretrained models, by default, it downloads at first in
/home/user/.cache/torch/hub/ ..model*
Is it possible to set this to any other directory?
Please if you can guide me.
The text was updated successfully, but these errors were encountered:
你可以按照readme中设置TORCH_HOME 但我更推荐你使用:
torch.hub.set_dir("your download folder")
Sorry, something went wrong.
No branches or pull requests
When I import the pretrained models, by default, it downloads at first in
/home/user/.cache/torch/hub/ ..model*
Is it possible to set this to any other directory?
Please if you can guide me.
The text was updated successfully, but these errors were encountered: