ValueError: Trying to set a tensor of shape torch.Size([4096, 11008]) in "weight" (which has shape torch.Size([4096, 13440])), this look incorrect.
有没有人解释一下这是什么错误啊?
把 config 里面的"intermediate_size"改成11008,就会报错如下
ValueError: Trying to set a tensor of shape torch.Size([4096, 13440]) in "weight" (which has shape torch.Size([4096, 11008])), this look incorrect.
无语啦