gluon_seresnext101_64x4d-f9926f93.pth
PyTorch ResNeXt
在线加载模型地址

确定自己使用的框架并导入对应的库。导入库实现样例代码可参考 文档中心-预训练模型使用教程

在代码中实现加载预训练模型地址

调用模型的实现方法

import torch

model = torch.hub.load('rwightman/pytorch-pretrained-gluonresnet', 'gluon_seresnext101_64x4d', pretrained=True)

立刻学会使用预训练模型!

查看不同深度学习框架下使用预训练模型的样例代码
相关预训练模型