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

pytorch matrix size incorrect #120

Open
darkknight9394 opened this issue Apr 19, 2023 · 1 comment
Open

pytorch matrix size incorrect #120

darkknight9394 opened this issue Apr 19, 2023 · 1 comment

Comments

@darkknight9394
Copy link

Hi, I'm got thru the point where torchgeomertry and other files have been downloaded and trying to run the first test case using input.png. However I'm getting the following error from pytorch regarding the matrix multiplcation size is incorrect. Just wondering if anyone has successful ran the demo?

python demo.py --gpu 0 --stage param --test_epoch 12

th_v_shaped = self.th_v_template + torch.matmul(
RuntimeError: mat1 and mat2 shapes cannot be multiplied (20670x300 and 10x1)

@mks0601
Copy link
Owner

mks0601 commented Apr 19, 2023

Are you running the code for body? hand?

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

2 participants