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

Motion-X checkpoint dimension mismatch #2

Open
HaroldChen19 opened this issue May 16, 2024 · 2 comments
Open

Motion-X checkpoint dimension mismatch #2

HaroldChen19 opened this issue May 16, 2024 · 2 comments

Comments

@HaroldChen19
Copy link

Awesome work!

But I met a problem:

When I use the motionx checkpoints, Line249 and Line251 in 'OpenTMA/tma/models/modeltype/temos.py', there is a "size mismatch for main.0.weight: copying a param with shape torch.Size([512, 309, 4]) from checkpoint, the shape in current model is torch.Size([512, 619, 4]). Copying a param with shape torch.Size([512, 309, 4]) from checkpoint, the shape in current model is torch.Size([512, 619, 4])."

I don't know if it's a problem with my Motion-X data processing or with the checkpoint.

@LinghaoChan
Copy link
Owner

could u plz copy your error info, motion shape, and codes here?

@SreehariRajan
Copy link

I am facing the same issue while trying to use smplx 322 feat rep.
Error : "size mismatch for main.0.weight: copying a param with shape torch.Size([512, 309, 4]) from checkpoint, the shape in current model is torch.Size([512, 318, 4])"

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

3 participants