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

Pretrained weights for modelnet alignment #9

Open
zeroAska opened this issue Sep 25, 2023 · 0 comments
Open

Pretrained weights for modelnet alignment #9

zeroAska opened this issue Sep 25, 2023 · 0 comments

Comments

@zeroAska
Copy link

Are there pretrained weights for the modelnet40 alignment? The provided link has modelnet40 classification. When I try to use the same weight for alignment, the checkpoint's weight dimensions do not match.

size mismatch for backbone.0.blocks.0.inter_conv.conv.basic_conv.W: copying a param with shape torch.Size([64, 24]) from checkpoint, the shape in current model is torch.Size([32, 24]).
	size mismatch for backbone.0.blocks.0.intra_conv.conv.basic_conv.W: copying a param with shape torch.Size([64, 768]) from checkpoint, the shape in current model is torch.Size([32, 384]).
	size mismatch for backbone.0.blocks.0.skip_conv.weight: copying a param with shape torch.Size([64, 1, 1, 1]) from checkpoint, the shape in current model is torch.Size([32, 1, 1, 1]).
	size mismatch for backbone.0.blocks.0.skip_conv.bias: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model is torch.Size([32]).
	size mismatch for backbone.0.blocks.1.inter_conv.conv.basic_conv.W: copying a param with shape torch.Size([64, 1536]) from checkpoint, the shape in current model is torch.Size([32, 768]).
	size mismatch for backbone.0.blocks.1.intra_conv.conv.basic_conv.W: copying a param with shape torch.Size([64, 768]) from checkpoint, the shape in current model is torch.Size([32, 384]).
.......
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