Hi, when I run the code (I only use the pretrained backbone resnet, and start training on my own dataset), I met this:
warnings.warn(
2022-09-13 15:15:48,002 - mmcv - INFO - load model from: open-mmlab://detectron2/resnet50_caffe
2022-09-13 15:15:48,002 - mmcv - INFO - Use load_from_openmmlab loader
2022-09-13 15:15:48,052 - mmcv - WARNING - The model and loaded state dict do not match exactly
unexpected key in source state_dict: conv1.bias
I don't know why and how to solve it? It seems like the progress can run, but if this will affect the performance or something else?
Hi, when I run the code (I only use the pretrained backbone resnet, and start training on my own dataset), I met this:
warnings.warn( 2022-09-13 15:15:48,002 - mmcv - INFO - load model from: open-mmlab://detectron2/resnet50_caffe 2022-09-13 15:15:48,002 - mmcv - INFO - Use load_from_openmmlab loader 2022-09-13 15:15:48,052 - mmcv - WARNING - The model and loaded state dict do not match exactly
unexpected key in source state_dict: conv1.bias
I don't know why and how to solve it? It seems like the progress can run, but if this will affect the performance or something else?
Looking forward to your reply!