这个是什么错误 好奇怪的错误
While copying the parameter named encoder.embedding.weight, whose dimensions in the model are torch.Size([5798, 100]) and whose dimensions in the checkpoint are torch.Size([600, 100]), ...
inconsistent tensor size, expected tensor [5798 x 100] and src [600 x 100] to have the same number of elements, but got 579800 and 60000 elements respectively
这个是什么错误 好奇怪的错误 While copying the parameter named encoder.embedding.weight, whose dimensions in the model are torch.Size([5798, 100]) and whose dimensions in the checkpoint are torch.Size([600, 100]), ... inconsistent tensor size, expected tensor [5798 x 100] and src [600 x 100] to have the same number of elements, but got 579800 and 60000 elements respectively