Open twangnh opened 6 years ago
Your hyperparameters are bad. Just looking at batchsize=1 already tells me that your network numerically breaks. Have bs of at least 16
@MrWanter have you solved this problem?
@jwyang Yes, I dont know where I was wrong, but now train and test on VOC07, I only get
--bs 24 --lr 1e-2 --lr_decay_step 10 55.2 mAP(test at epoch 11)
--bs 12 --lr 5e-3 --lr_decay_step 10 56.6 mAP(test at epoch 11)
--bs 4 --lr 4e-3 --lr_decay_stpe 8 59.7 mAP(test at epoch 11)
seems mAP is much degrade than vgg16(70 mAP), and smaller batch size get better result, do you think this is the expected performance we can get with vgg11, or could you pls give me some suggestion for improving the vgg11 version of faster-rcnn, I merely adopt the vgg16 settings, thank you.
I was trying to change the backbone to vgg11 as
I trained with
--dataset pascal_voc --net vgg11 --bs 1 --nw 4 --lr 1e-3 --lr_decay_step 5 --cuda --gpu 1
the loss seems right, all the way down to around 0.9 with 6 epoch, but when I eval it, I got