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
RuntimeError: Error(s) in loading state_dict for NeRFNetwork:
size mismatch for eye_att_net.net.0.weight: copying a param with shape torch.Size([64, 36]) from checkpoint, the shape in current model is torch.Size([16, 36]).
size mismatch for eye_att_net.net.1.weight: copying a param with shape torch.Size([7, 64]) from checkpoint, the shape in current model is torch.Size([1, 16]).
size mismatch for sigma_net.net.0.weight: copying a param with shape torch.Size([64, 75]) from checkpoint, the shape in current model is torch.Size([64, 69]).
使用训练好的权重测试出现形状不一致问题
The text was updated successfully, but these errors were encountered:
RuntimeError: Error(s) in loading state_dict for NeRFNetwork:
size mismatch for eye_att_net.net.0.weight: copying a param with shape torch.Size([64, 36]) from checkpoint, the shape in current model is torch.Size([16, 36]).
size mismatch for eye_att_net.net.1.weight: copying a param with shape torch.Size([7, 64]) from checkpoint, the shape in current model is torch.Size([1, 16]).
size mismatch for sigma_net.net.0.weight: copying a param with shape torch.Size([64, 75]) from checkpoint, the shape in current model is torch.Size([64, 69]).
使用训练好的权重测试出现形状不一致问题
The text was updated successfully, but these errors were encountered: