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 hyper-params and frozen bn #12

Open
guvcolie opened this issue Aug 13, 2019 · 0 comments
Open

About hyper-params and frozen bn #12

guvcolie opened this issue Aug 13, 2019 · 0 comments

Comments

@guvcolie
Copy link

Thank you for your nice work! I have 2 questions, could you help me?

  1. You said it's better to set batchsize=16, you mean total batchsize or each gpu batchsize? There's a hyper-param 'batch_size_per_gpu' in your code, if I use 2 GPU, should I set it 8 or 16?
  2. Did you train on train_aug dataset, then frozen bn and finetuning on train dataset?

it's my hyperparam:
python -u train_voc.py
--data_root_path=/home/work/dataset/VOCdevkit/VOC2012_aug
--checkpoint_dir=./checkpoints/
--result_filepath=./Results/
--backbone=resnet101
--output_stride=16
--gpu=0,1
--batch_size_per_gpu=16
--dataset=voc2012_aug
--base_size=513
--crop_size=513
--freeze_bn=False
--weight_decay=4e-5
--lr=0.007
--iter_max=30000
--poly_power=0.9

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