Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
RuntimeError: Error(s) in loading state_dict for get_model:
I got a problme. RuntimeError: Error(s) in loading state_dict for get_model: size mismatch for sa1.conv_blocks.0.0.weight: copying a param with shape torch.Size([32, 6, 1, 1]) from checkpoint, the shape in current model is torch.Size([32, 3, 1, 1]). size mismatch for sa1.conv_blocks.1.0.weight: copying a param with shape torch.Size([64, 6, 1, 1]) from checkpoint, the shape in current model is torch.Size([64, 3, 1, 1]). size mismatch for sa1.conv_blocks.2.0.weight: copying a param with shape torch.Size([64, 6, 1, 1]) from checkpoint, the shape in current model is torch.Size([64, 3, 1, 1]). I think that I should change in_channel , but it not work.
Hi, have u find the solution?
Hi, I have met the same issue, have u found the solution?
HI i have the same issue. any solution?
Hi, I'm also experiencing this problem and can't find a solution, is there any solution?
--use_normals
use_normals中default改成true即可