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

Dimension mismatch for trace_head.pkl #505

Open
GuanlinWU123 opened this issue Mar 14, 2024 · 0 comments
Open

Dimension mismatch for trace_head.pkl #505

GuanlinWU123 opened this issue Mar 14, 2024 · 0 comments

Comments

@GuanlinWU123
Copy link

Hi! When calling the temporal_head_model = load_model(self.trace_head_model_path, temporal_head_model, prefix='', drop_prefix='', fix_loaded=False), I encounter a problem that
"copy param _result_parser.params_map_parser.smpl_model.vertex_joint_selector.extra_joints_idxs failed, mismatched
Error message: The size of tensor a (11) must match the size of tensor b (21) at non-singleton dimension 0
Dimension mismatch for '_result_parser.params_map_parser.smpl_model.vertex_joint_selector.extra_joints_idxs': current model - torch.Size([11]), loaded state dict - torch.Size([21])"
I think it should be the problem of the dimension in trained model trace_head.pkl. Is there any solution to solve this problem?

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