lxztju / pytorch_classification

利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
MIT License
1.38k stars 338 forks source link

请问 resnext101_32x32.pth 文件在哪里 #40

Open yuguangtongxing opened 3 years ago

yuguangtongxing commented 3 years ago

运行 train.py 文件时提示如下错误

No such file or directory: '/home/dll/weights/resnext101_32x32.pth'

Yvette111 commented 2 years ago

同问,请问你解决了吗

ihongxx commented 2 years ago

下载连接:https://download.pytorch.org/models/ig_resnext101_32x32-e4b90b00.pth 修改models/init.py中 LOCAL_PRETRAINED = {'resnext101_32x32d': '/you model path***/ig_resnext101_32x32-e4b90b00.pth',}

LL-study commented 1 year ago

下载连接:https://download.pytorch.org/models/ig_resnext101_32x32-e4b90b00.pth 修改models/init.py中 LOCAL_PRETRAINED = {'resnext101_32x32d': '/you model path***/ig_resnext101_32x32-e4b90b00.pth',}

但是我不是要训练得到这个权重么??我不太明白为什么训练还需要权重?求教

wangsengithub commented 1 year ago

下载连接:https://download.pytorch.org/models/ig_resnext101_32x32-e4b90b00.pth 修改models/init.py中 LOCAL_PRETRAINED = {'resnext101_32x32d': '/you model path***/ig_resnext101_32x32-e4b90b00.pth',}

但是我不是要训练得到这个权重么??我不太明白为什么训练还需要权重?求教

预训练权重