biubug6 / Pytorch_Retinaface

Retinaface get 80.99% in widerface hard val using mobilenet0.25.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When I want to use mobilenetX0.25_pretrain.tar as a backbone, I got the following error. What did I do wrong?

yeahyeahye opened this issue · comments

RuntimeError: Error(s) in loading state_dict for MobileNetV1: size mismatch for stage1.0.0.weight: copying a param with shape torch.Size([8, 3, 3, 3]) from checkpoint, the shape in current model is torch.Size([8, 3, 2, 2]).