WXinlong / SOLO

SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.
Other
1.68k stars 306 forks source link

Model and loaded state dict do not match exactly #225

Closed HuygheB closed 2 years ago

HuygheB commented 2 years ago

When starting up my training I get the following warning:

2022-04-27 20:12:38,722 - mmdet - WARNING - The model and loaded state dict do not match exactly
unexpected key in source state_dict: fc.weight, fc.bias

I'm guessing it has something to do with the checkpoint file.

songyangsun commented 2 years ago

me too, but if you load backbone pretrain and model pretrain successfully, there is no much influence.