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

导出onnx出错 #90

Open
jiejiangd opened this issue Jan 10, 2024 · 0 comments
Open

导出onnx出错 #90

jiejiangd opened this issue Jan 10, 2024 · 0 comments

Comments

@jiejiangd
Copy link

在使用vgg的时候导出没错,但是使用resnet的时候导出报错
size mismatch for up_concat4.conv1.weight: copying a param with shape torch.Size([512, 3072, 3, 3]) from checkpoint, the shape in current model is torch.Size([512, 1024, 3, 3]).
size mismatch for up_concat3.conv1.weight: copying a param with shape torch.Size([256, 1024, 3, 3]) from checkpoint, the shape in current model is torch.Size([256, 768, 3, 3]).
size mismatch for up_concat2.conv1.weight: copying a param with shape torch.Size([128, 512, 3, 3]) from checkpoint, the shape in current model is torch.Size([128, 384, 3, 3]).

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

1 participant