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