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

不能加载resnet50预训练文件 #73

Open
Dragonqingyi opened this issue Mar 22, 2021 · 5 comments
Open

不能加载resnet50预训练文件 #73

Dragonqingyi opened this issue Mar 22, 2021 · 5 comments

Comments

@Dragonqingyi
Copy link

代码里的'./initmodel/resnet50_v2.pth'没有给出,加载官方的pth文件报错
RuntimeError: Error(s) in loading state_dict for ResNet:
Missing key(s) in state_dict: "conv2.weight", "bn2.weight", "bn2.bias", "bn2.running_mean", "bn2.running_var", "conv3.weight", "bn3.weight", "bn3.bias", "bn3.running_mean", "bn3.running_var".
size mismatch for conv1.weight: copying a param with shape torch.Size([64, 3, 7, 7]) from checkpoint, the shape in current model is torch.Size([64, 3, 3, 3]).
size mismatch for layer1.0.conv1.weight: copying a param with shape torch.Size([64, 64, 1, 1]) from checkpoint, the shape in current model is torch.Size([64, 128, 1, 1]).
size mismatch for layer1.0.downsample.0.weight: copying a param with shape torch.Size([256, 64, 1, 1]) from checkpoint, the shape in current model is torch.Size([256, 128, 1, 1]).

@memorylorry
Copy link

本文1.3节给出了resnet50_v2.pth下载路径(initmodel目录包含该文件)。

@Dragonqingyi
Copy link
Author

Dragonqingyi commented Mar 24, 2021 via email

@TianheWu
Copy link

TianheWu commented Oct 6, 2021

本文1.3节给出了resnet50_v2.pth下载路径(initmodel目录包含该文件)。

Thanks very much! I also encountered this problem when I was doing pspnet!

@AndreyStille
Copy link

本文1.3节给出了resnet50_v2.pth下载路径(initmodel目录包含该文件)。

Thanks very much! I also encountered this problem when I was doing pspnet!

Hi
Could you please post the downloaded model from that link here? I cannot register without appropriate phone number to download model, because I'm from Ukraine.

@RongyiLi
Copy link

RongyiLi commented Mar 3, 2022

本文1.3节给出了resnet50_v2.pth下载路径(initmodel目录包含该文件)。

Thanks very much! I also encountered this problem when I was doing pspnet!

Hi Could you please post the downloaded model from that link here? I cannot register without appropriate phone number to download model, because I'm from Ukraine.

https://drive.google.com/drive/folders/1Hrz1wOxOZm4nIIS7UMJeL79AQrdvpj6v

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