You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I used the newest checkpoint(centerpoint_02pillar_second_secfpn_4x8_cyclic_20e_nus.py),the error happened:size mismatch for pts_voxel_encoder.pfn_layers.0.linear.weight: copying a param with shape torch.Size([64, 11]) from checkpoint, the shape in current model is torch.Size([64, 10]).
My MMDetection3d version is 0.16.
Do I think this is because checkpoint is refactored and can not be used in the old version? So where can I download the old version of Checkpoint
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when I used the newest checkpoint(centerpoint_02pillar_second_secfpn_4x8_cyclic_20e_nus.py),the error happened:size mismatch for pts_voxel_encoder.pfn_layers.0.linear.weight: copying a param with shape torch.Size([64, 11]) from checkpoint, the shape in current model is torch.Size([64, 10]).
My MMDetection3d version is 0.16.
Do I think this is because checkpoint is refactored and can not be used in the old version? So where can I download the old version of Checkpoint
Beta Was this translation helpful? Give feedback.
All reactions