-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Size mismatch for middle_encover.conv #1610
Comments
yes, I meet it too. |
@achao-c How did you solve the testing for SECOND? |
I meet the same error. It seems to there are wrong with |
@JoeyforJoy What is wrong with SparseEncoder? |
It seems like the spconv2.0 issue. You can delete this line to test your model
|
I have fix it in #1699 |
Checklist
[x] I have searched related issues but cannot get the expected help.
[x] The bug has not been fixed in the latest version.
Describe the bug
size mismatch for middle_encoder.conv_input.0.weight: copying a param with shape ('middle_encoder.conv_input.0.weight', torch.Size([4, 16, 3, 3, 3])) from checkpoint,the shape in current model is torch.Size([16, 3, 3, 3, 4])
andsize mismatch for middle_encoder.encoder_layers.encoder_layer1.0.0.weight: copying a param with shape ('middle_encoder.encoder_layers.encoder_layer1.0.0.weight', torch.Size([16, 16, 3, 3, 3])) from checkpoint,the shape in current model is torch.Size([16, 3, 3, 3, 16])
for, I assume, every layer in the neural networkReproduction
As mentioned, I created my own dataset configuration (derived from the SECOND config):
Implemented my own which should work without images and calibs.
Environment
python mmdet3d/utils/collect_env.py
to collect necessary environment information and paste it here.Error traceback
Size mismatch without nothing displayed after testing:
The text was updated successfully, but these errors were encountered: