InternImage icon indicating copy to clipboard operation
InternImage copied to clipboard

RuntimeError: mat1 and mat2 shapes cannot be multiplied (2112x1000 and 96x96)

Open ENMA9527 opened this issue 1 year ago • 0 comments

return F.linear(input, self.weight, self.bias) RuntimeError: mat1 and mat2 shapes cannot be multiplied (2112x1000 and 96x96) 请问这种参数该怎么设置?我的输入的张量形式是(96,1,22,1000)

ENMA9527 avatar Nov 15 '24 03:11 ENMA9527