joonson / syncnet_python

Out of time: automated lip sync in the wild
MIT License
682 stars 150 forks source link

Size mismatch, m1: [5*278528], m2: [512*512] at #22

Open xunyuc2 opened 4 years ago

xunyuc2 commented 4 years ago

Dear author,

Thank you for this excellent work!

I ran into a problem when running on a video. At first, my CUDA memory ran out so I reduced the batch size to 5. And then I got into this error:

Runtime Error: Size mismatch, m1: [5278528], m2: [512512] at Traceback (most recent call last): File "demo_syncnet.py", line 30, in s.evaluate(opt, videofile=opt.videofile) File "C:\XC\syncnet_python\SyncNetInstance.py", line 112, in evaluate im_out = self.S.forward_lip(im_in.cuda()); File "C:\XC\syncnet_python\SyncNetModel.py", line 108, in forward_lip out = self.netfclip(mid); File "C:\Users\xunyu\Anaconda3\lib\site-packages\torch\nn\modules\module.py", line 532, in call result = self.forward(*input, *kwargs) File "C:\Users\xunyu\Anaconda3\lib\site-packages\torch\nn\modules\container.py", line 100, in forward input = module(input) File "C:\Users\xunyu\Anaconda3\lib\site-packages\torch\nn\modules\module.py", line 532, in call result = self.forward(input, **kwargs) File "C:\Users\xunyu\Anaconda3\lib\site-packages\torch\nn\modules\linear.py", line 87, in forward return F.linear(input, self.weight, self.bias) File "C:\Users\xunyu\Anaconda3\lib\site-packages\torch\nn\functional.py", line 1370, in linear ret = torch.addmm(bias, input, weight.t()) RuntimeError: size mismatch, m1: [5 x 278528], m2: [512 x 512] at C:/w/1/s/tmp_conda_3.7_100118/conda/conda-bld/pytorch_1579082551706/work/aten/src\THC/generic/THCTensorMathBlas.cu:290

Could you take a look at this issue at your convenience? Thanks a lot!

EhsanRusta commented 2 years ago

did you solved this issue?

EhsanRusta commented 2 years ago

@xunyuc2