You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[08/25 10:58:42 fvcore.common.checkpoint]: Reading a file from 'Detectron2 ViTDet Model Zoo'
WARNING [08/25 10:58:42 fvcore.common.checkpoint]: Skip loading parameter 'roi_heads.box_predictor.cls_score.weight' to the model due to incompatible shapes: (1204, 1024) in the checkpoint but (81, 1024) in the model! You might want to double check if this is expected.
WARNING [08/25 10:58:42 fvcore.common.checkpoint]: Skip loading parameter 'roi_heads.box_predictor.cls_score.bias' to the model due to incompatible shapes: (1204,) in the checkpoint but (81,) in the model! You might want to double check if this is expected.
WARNING [08/25 10:58:42 fvcore.common.checkpoint]: Skip loading parameter 'roi_heads.box_predictor.bbox_pred.weight' to the model due to incompatible shapes: (4812, 1024) in the checkpoint but (320, 1024) in the model! You might want to double check if this is expected.
WARNING [08/25 10:58:42 fvcore.common.checkpoint]: Skip loading parameter 'roi_heads.box_predictor.bbox_pred.bias' to the model due to incompatible shapes: (4812,) in the checkpoint but (320,) in the model! You might want to double check if this is expected.
WARNING [08/25 10:58:42 fvcore.common.checkpoint]: Skip loading parameter 'roi_heads.mask_head.predictor.weight' to the model due to incompatible shapes: (1203, 256, 1, 1) in the checkpoint but (80, 256, 1, 1) in the model! You might want to double check if this is expected.
WARNING [08/25 10:58:42 fvcore.common.checkpoint]: Skip loading parameter 'roi_heads.mask_head.predictor.bias' to the model due to incompatible shapes: (1203,) in the checkpoint but (80,) in the model! You might want to double check if this is expected.
WARNING [08/25 10:58:42 fvcore.common.checkpoint]: Some model parameters or buffers are not found in the checkpoint:
roi_heads.box_predictor.bbox_pred.{bias, weight}
roi_heads.box_predictor.cls_score.{bias, weight}
roi_heads.mask_head.predictor.{bias, weight}
I installed Detectron2 and attempted to use the ViTDet base model from the documentation provided here: https://github.com/facebookresearch/detectron2/tree/main/projects/ViTDet
Instructions To Reproduce the Issue:
I have made no changes to the configs, or any other files.
What exact command you run:
Expected behavior:
all weights are successfully matched
Environment:
Did some modifications in common configuration affect the configuration of ViTDet?
The text was updated successfully, but these errors were encountered: