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
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?
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)
The text was updated successfully, but these errors were encountered: