Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

got fvcore.common.checkpoint WARNING #24

Closed
wmrenr opened this issue Jun 16, 2022 · 3 comments
Closed

got fvcore.common.checkpoint WARNING #24

wmrenr opened this issue Jun 16, 2022 · 3 comments

Comments

@wmrenr
Copy link

wmrenr commented Jun 16, 2022

Thanks for your great contribution!
Except for changing the dataset, everything else is in accordance with the repo guidance,but I get this warning when training with my own coco format dataset:fvcore.common.checkpoint WARNING: Some model parameters or buffers are not found in the checkpoint:
�[34mbackbone.fpn_lateral2.{bias, weight}�[0m
�[34mbackbone.fpn_lateral3.{bias, weight}�[0m
�[34mbackbone.fpn_lateral4.{bias, weight}�[0m
�[34mbackbone.fpn_lateral5.{bias, weight}�[0m
�[34mbackbone.fpn_output2.{bias, weight}�[0m
�[34mbackbone.fpn_output3.{bias, weight}�[0m
�[34mbackbone.fpn_output4.{bias, weight}�[0m
�[34mbackbone.fpn_output5.{bias, weight}�[0m
�[34mproposal_generator.rpn_head.anchor_deltas.{bias, weight}�[0m
�[34mproposal_generator.rpn_head.conv.{bias, weight}�[0m
�[34mproposal_generator.rpn_head.objectness_logits.{bias, weight}�[0m
�[34mroi_heads.box_head.fc1.{bias, weight}�[0m
�[34mroi_heads.box_head.fc2.{bias, weight}�[0m
......
what caused this?

@lkeab
Copy link
Collaborator

lkeab commented Jun 16, 2022

The initial backbone weight Resnet 50 or 101 does not have these parameters.

@wmrenr
Copy link
Author

wmrenr commented Jun 16, 2022

Oh,how to avoid this problem?

@lkeab
Copy link
Collaborator

lkeab commented Jun 16, 2022

It's just a warning. You can ignore it.

@lkeab lkeab closed this as completed Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants