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

different lr in conv layer.

Open xmubingo opened this issue 7 years ago • 2 comments

hello, chuanqi, prototxt under template folder has 0.1 lr in conv layer. but prototxt generated by gen.py has 1 lr in conv layer. why ?

xmubingo avatar Jan 22 '18 11:01 xmubingo

It used finetune.

ujsyehao avatar Jun 22 '18 10:06 ujsyehao

I find MobileNetSSD_train.prototxt under template folder has lr_mult: 0.1 decay_mult: 0.1 but train.prototxt generated by gen.py has lr_mult: 1.0 and decay_mult: 1.0 . two others are ok. I feel confused.

leeburt avatar Nov 30 '18 01:11 leeburt