Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yuguangtongxing opened this issue Oct 15, 2021 · 4 comments
Open

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

yuguangtongxing opened this issue Oct 15, 2021 · 4 comments

Comments

@yuguangtongxing
Copy link

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

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

@Yvette111
Copy link

同问,请问你解决了吗

@ihongxx
Copy link

ihongxx commented Mar 8, 2022

下载连接: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
Copy link

LL-study commented Jul 3, 2023

下载连接: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
Copy link

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

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

预训练权重

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants