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

SubMConv3d weights shape changed? #721

Open
xlb8 opened this issue Oct 11, 2024 · 2 comments
Open

SubMConv3d weights shape changed? #721

xlb8 opened this issue Oct 11, 2024 · 2 comments

Comments

@xlb8
Copy link

xlb8 commented Oct 11, 2024

Loading the model weights from a certain repository failed, and I found that the shape of the SubMConv3d object in weight.pt is (1, 3, 3, 32, 64), which differs from the model's shape (64, 1, 3, 3, 32) in the new spconv version. So, if I permute this shape, I need to confirm if this is correct?

@Agito555
Copy link

Agito555 commented Dec 8, 2024

Same issue. May I ask how do you solve the problem?

@Agito555
Copy link

Agito555 commented Dec 8, 2024

It is weird. In my case, the shape of checkpoint weight is correct, but it will go wrong during the load_checkpoint.

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

2 participants