地址链接:https://www.flyai.com/m/vgg16-397923af.pth
查看来源:https://download.pytorch.org/models/vgg16-397923af.pth
确定自己使用的框架并导入对应的库。导入库实现样例代码可参考 文档中心-预训练模型使用教程
在代码中实现加载预训练模型地址
# 必须使用该方法下载模型,然后加载from flyai.utils import remote_helperpath = remote_helper.get_remote_date('https://www.flyai.com/m/vgg16-397923af.pth')