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

Problem while running the test.py file,when I try to use CenterNet in my own dataset。麻烦各位帮忙解答一下,替换了backbone,我训练好模型之后,进行测试说我预训练参数没有加载. #906

Open
xls888 opened this issue Apr 15, 2021 · 0 comments

Comments

@xls888
Copy link

xls888 commented Apr 15, 2021

Drop parameter conv5.0.weight.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.
Drop parameter conv5.1.weight.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.
Drop parameter conv5.1.bias.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.
Drop parameter conv5.1.running_mean.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.
Drop parameter conv5.1.running_var.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.
Drop parameter conv5.1.num_batches_tracked.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.
No param conv1_2.0.weight.If you see this, your model does not fully load the pre-trained weight. Please make sure you have correctly specified --arch xxx or set the correct --num_classes for your own dataset.
麻烦各位帮忙解答一下,替换了backbone,我训练好模型之后,进行测试说我预训练参数没有加载,关键这个backbone没有预训练参数啊

@xls888 xls888 changed the title Problem while running the test.py file,when I try to use CenterNet in my own dataset。麻烦各位帮忙解答一下,替换了backbone,我训练好模型之后,进行测试说我预训练参数没有加载,关键这个backbone没有预训练参数啊 Problem while running the test.py file,when I try to use CenterNet in my own dataset。麻烦各位帮忙解答一下,替换了backbone,我训练好模型之后,进行测试说我预训练参数没有加载. Apr 16, 2021
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