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
I find the following troubles when I compile demo.py,can you tell me how to resolve it?
size mismatch for module.pose_net.conv_z_1.0.weight: copying a param with shape torch.Size([16384, 2048, 1]) from checkpoint, the shape in current model is torch.Size([101376, 2048, 1]).
size mismatch for module.pose_net.conv_z_1.0.bias: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose_net.conv_z_1.1.weight: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose_net.conv_z_1.1.bias: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose_net.conv_z_1.1.running_mean: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose_net.conv_z_1.1.running_var: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose2feat.conv.0.weight: copying a param with shape torch.Size([64, 1920, 3, 3]) from checkpoint, the shape in current model is torch.Size([64, 11548, 3, 3]).
size mismatch for module.mesh_net.conv_z_1.0.weight: copying a param with shape torch.Size([16384, 2048, 1]) from checkpoint, the shape in current model is torch.Size([101376, 2048, 1]).
size mismatch for module.mesh_net.conv_z_1.0.bias: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.mesh_net.conv_z_1.1.weight: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.mesh_net.conv_z_1.1.bias: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.mesh_net.conv_z_1.1.running_mean: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.mesh_net.conv_z_1.1.running_var: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
The text was updated successfully, but these errors were encountered:
I find the following troubles when I compile demo.py,can you tell me how to resolve it?
size mismatch for module.pose_net.conv_z_1.0.weight: copying a param with shape torch.Size([16384, 2048, 1]) from checkpoint, the shape in current model is torch.Size([101376, 2048, 1]).
size mismatch for module.pose_net.conv_z_1.0.bias: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose_net.conv_z_1.1.weight: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose_net.conv_z_1.1.bias: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose_net.conv_z_1.1.running_mean: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose_net.conv_z_1.1.running_var: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.pose2feat.conv.0.weight: copying a param with shape torch.Size([64, 1920, 3, 3]) from checkpoint, the shape in current model is torch.Size([64, 11548, 3, 3]).
size mismatch for module.mesh_net.conv_z_1.0.weight: copying a param with shape torch.Size([16384, 2048, 1]) from checkpoint, the shape in current model is torch.Size([101376, 2048, 1]).
size mismatch for module.mesh_net.conv_z_1.0.bias: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.mesh_net.conv_z_1.1.weight: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.mesh_net.conv_z_1.1.bias: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.mesh_net.conv_z_1.1.running_mean: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
size mismatch for module.mesh_net.conv_z_1.1.running_var: copying a param with shape torch.Size([16384]) from checkpoint, the shape in current model is torch.Size([101376]).
The text was updated successfully, but these errors were encountered: