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

Missing weights in two_head.pt #4

Open
ghost opened this issue Apr 19, 2021 · 0 comments
Open

Missing weights in two_head.pt #4

ghost opened this issue Apr 19, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 19, 2021

Hi @pb-brainiac @ssegvic @orsic @jsaric,
I am trying to use the pretrained two head model. But it seems that the provided checkpoint two_head.pt is missing weights for the outlier detection head. I am getting following message when loading the state dict:

missing keys in state_dict: "{'aux_logits_ood.upsample_1.conv.bias', 'aux_logits_ood.upsample_0.norm.bias', 'aux_logits_ood.upsample_0.norm.weight', 'aux_logits_ood.upsample_0.conv.weight', 'aux_logits_ood.upsample_0.norm.running_mean', 'aux_logits_ood.upsample_2.norm.bias', 'aux_logits_ood.upsample_1.norm.weight', 'aux_logits_ood.upsample_1.conv.weight', 'aux_logits_ood.upsample_2.conv.weight', 'aux_logits_ood.upsample_2.norm.running_mean', 'aux_logits_ood.upsample_2.norm.weight', 'aux_logits_ood.upsample_1.norm.bias', 'aux_logits_ood.upsample_0.norm.num_batches_tracked', 'aux_logits_ood.upsample_1.norm.running_var', 'aux_logits_ood.upsample_2.norm.running_var', 'aux_logits_ood.upsample_2.norm.num_batches_tracked', 'aux_logits_ood.upsample_1.norm.num_batches_tracked', 'aux_logits_ood.upsample_0.conv.bias', 'aux_logits_ood.upsample_2.conv.bias', 'aux_logits_ood.upsample_0.norm.running_var', 'aux_logits_ood.upsample_1.norm.running_mean'}"

Could you please provide model with missing weights?

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

0 participants