设置PyTorch预训练模型默认下载目录 发表于2024年9月8日 作者 isvee 默认下载目录为: C:\Users\用户名\.cache\torch import os os.environ['TORCH_HOME'] = 'E:/pytorch_pretrain_model'