easy-faster-rcnn.pytorch icon indicating copy to clipboard operation
easy-faster-rcnn.pytorch copied to clipboard

size mismatch

Open qzk1193564654 opened this issue 3 years ago • 3 comments

Hello! Excuse me, what's the problem with this situation? How to solve it! thank you

size mismatch for detection._proposal_class.weight: copying a param with shape torch.Size([21, 2048]) from checkpoint, the shape in current model is torch.Size([6, 2048]). size mismatch for detection._proposal_class.bias: copying a param with shape torch.Size([21]) from checkpoint, the shape in current model is torch.Size([6]). size mismatch for detection._proposal_transformer.weight: copying a param with shape torch.Size([84, 2048]) from checkpoint, the shape in current model is torch.Size([24, 2048]). size mismatch for detection._proposal_transformer.bias: copying a param with shape torch.Size([84]) from checkpoint, the shape in current model is torch.Size([24]).

qzk1193564654 avatar Aug 12 '20 02:08 qzk1193564654

Do you solve that?

batooooo avatar Aug 19 '20 16:08 batooooo

Do you solve that? no,i do not know how to solve?

qzk1193564654 avatar Aug 29 '20 02:08 qzk1193564654

check this #8

Ayuan66 avatar Feb 06 '21 17:02 Ayuan66