1.pytorch 的预训练模型
参考:https://www.flyai.com/md/modelf2d03f8ee2f735d0f17c214e
# pytorch 的预训练模型
url = "https://www.flyai.com/m/"
model_name = "se_resnext101_32x4d-3b2fe3d8.pth"
download_url = url + model_name
然后试了一下,也可以下载"https://download.pytorch.org/models/resnet34-333f7ec4.pth"中的resnet34-333f7ec4.pth。
2.torch的一些wheel
https://download.pytorch.org/whl/cu***/torch_stable.html
例如: