zhenyuw16/UniDetector

The model and loaded state dict do not match exactly

Opened this issue · 2 comments

I use the code “bash tools/dist_test.sh configs/inference/clip_end2end_faster_rcnn_r50_c4_1x_lvis_v0.5.py epoch_12_end2end_coco.pth 2 --eval bbox”,epoch_12_end2end_coco.pth is from the model you provided in this github website.
however, I cannot review the result.
size mismatch for roi_head.bbox_head.zs_weights: copying a param with shape torch.Size([1024, 81]) from checkpoint, the shape in current model is torch.Size([1024, 1231]).
Do you kown what's wrong?

I use the code “bash tools/dist_test.sh configs/inference/clip_end2end_faster_rcnn_r50_c4_1x_lvis_v0.5.py epoch_12_end2end_coco.pth 2 --eval bbox”,epoch_12_end2end_coco.pth is from the model you provided in this github website. however, I cannot review the result. size mismatch for roi_head.bbox_head.zs_weights: copying a param with shape torch.Size([1024, 81]) from checkpoint, the shape in current model is torch.Size([1024, 1231]). Do you kown what's wrong?

same error, have you resolved this?

have you resolved this?