pytorch_classification icon indicating copy to clipboard operation
pytorch_classification copied to clipboard

请问 resnext101_32x32.pth 文件在哪里

Open yuguangtongxing opened this issue 4 years ago • 4 comments
trafficstars

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

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

yuguangtongxing avatar Oct 15 '21 03:10 yuguangtongxing

同问,请问你解决了吗

Yvette111 avatar Dec 28 '21 06:12 Yvette111

下载连接: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',}

ihongxx avatar Mar 08 '22 06:03 ihongxx

下载连接: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 avatar Jul 03 '23 07:07 LL-study

下载连接: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 avatar Jul 06 '23 11:07 wangsengithub