Skip to content
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

error in test #242

Open
beria-moon opened this issue Dec 4, 2024 · 1 comment
Open

error in test #242

beria-moon opened this issue Dec 4, 2024 · 1 comment

Comments

@beria-moon
Copy link

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]).
使用训练好的权重测试出现形状不一致问题

@beria-moon
Copy link
Author

使用AU45导致的维度不一致 bs.npy怎么生成

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant