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

train VGG-SSD from scratch get a better result #4

Open
ujsyehao opened this issue Apr 4, 2019 · 1 comment
Open

train VGG-SSD from scratch get a better result #4

ujsyehao opened this issue Apr 4, 2019 · 1 comment

Comments

@ujsyehao
Copy link

ujsyehao commented Apr 4, 2019

Hi, I follow your experiment setting, train VGG-SSD from scratch(no pretraining, no BN in the backbone, no BN in the head), use the following hyper param(caffe):

  • train batch size: 32, iter: 1, test batch size: 8
  • base_lr: 0.001
  • max_iter: 120000
  • type: SDG
  • weight_decay: 0.0005
  • gamma: 0.1

At 110k iterations, I get 68.8% mAP, It is higher than 67.6% mAP(paper reported).

@CHKswiftly
Copy link

Can your share your VGG-SSD code with me? there is some problems with the code which i want to repeat,

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