We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If using VOC to train ,how can I set the learning rate(2 GPUs)? Looking forward for your reply,thank you very much
The text was updated successfully, but these errors were encountered:
"load": false, "save": true, "pretrain": true, "freeze_bn": true, "freeze_stages": 1, "epoches": 30, "nbatch_train": 28, "nbatch_eval": 28, "device": [0,1,2,3], "num_workers": 14, "lr_base": 0.01, "lr_gamma": 0.1, "lr_schedule": [16000, 22000], "momentum": 0.9, "weight_decay": 0.0001, "boxarea_th": 32, "grad_clip": 3, "img_scale_min": 0.6, "augmentation": false
Sorry, something went wrong.
This configuration can achieve 77(map50) in voc2007 test
No branches or pull requests
If using VOC to train ,how can I set the learning rate(2 GPUs)? Looking forward for your reply,thank you very much
The text was updated successfully, but these errors were encountered: