fcos icon indicating copy to clipboard operation
fcos copied to clipboard

Train on the VOC dataset

Open Yingna-Fu opened this issue 6 years ago • 2 comments

If using VOC to train ,how can I set the learning rate(2 GPUs)? Looking forward for your reply,thank you very much

Yingna-Fu avatar Dec 13 '19 11:12 Yingna-Fu

"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

xytpai avatar Dec 17 '19 05:12 xytpai

This configuration can achieve 77(map50) in voc2007 test

xytpai avatar Dec 17 '19 05:12 xytpai