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

How to use the ResNet_SSN as a pretrained network? #7

Open
Ning5195 opened this issue Aug 31, 2023 · 0 comments
Open

How to use the ResNet_SSN as a pretrained network? #7

Ning5195 opened this issue Aug 31, 2023 · 0 comments

Comments

@Ning5195
Copy link

Nice job!
I want to use the ResNet_SSN as a pretrained network for the detection. However, as the 'mean_fixed' and 'var_fixed' are '1', the parameters of 'mean_weight' and 'var_weight' will not change during the training. What should I do if I want to get the specific parameters for the detection task?
What's more. I try to set the 'mean_fixed' and 'var_fixed' to '0', and the initial 'mean_weight' and 'var_weight' to '1', but I get a worse results than using the parameters of the pretrained model. For example, the data of 'mean_weight' is [9.9426e-01, -3.2573e-06, -2.9768e-06]. But the data of 'mean_weight' in the pretrained model is [1, 0, 0].
I'd appreciate your help.

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