WXinlong / SOLO

SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model and loaded state dict do not match exactly

HuygheB opened this issue · comments

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.

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