MobileNet-SSD icon indicating copy to clipboard operation
MobileNet-SSD copied to clipboard

training model with no bias very slow to converge?

Open ndcuong91 opened this issue 6 years ago • 0 comments

For more suitable model to deploy in FPGA hardware, i tried to training this model with no bias. But the model converged slowly (mAP~35% after 200k iter with GTX 1080). So i have some question:

  • Can this model work well with no bias term?
  • How can i speed up training process? i use base_lr=0.0005, weight_decay=0.00005, gamma=0.5 Here is my model with no bias

ndcuong91 avatar Nov 06 '18 08:11 ndcuong91