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

about fssd_lite_mobilenetv1 #74

Open
WesterL opened this issue May 24, 2020 · 0 comments
Open

about fssd_lite_mobilenetv1 #74

WesterL opened this issue May 24, 2020 · 0 comments

Comments

@WesterL
Copy link

WesterL commented May 24, 2020

(1). My pytorch version is 1.4.0, and my data class is 1, when I train this model ,I encountered this problem:
RuntimeError: Error(s) in loading state_dict for FSSDLite:
size mismatch for conf.0.weight: copying a param with shape torch.Size([126, 512, 3, 3]) from checkpoint, the shape in current model is torch.Size([12, 512, 3, 3]).
......
size mismatch for conf.5.bias: copying a param with shape torch.Size([84]) from checkpoint, the shape in current model is torch.Size([8]).
I have change the num_classes to 2. Is it just because my pytoch version or other problems? Thank you for any reply!

(2) In FSSD-MobileNet, I want to change the number of fused feature maps, such as make four feature maps to fuse together, which part should I change?

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

1 participant