the questions:
when train need not "VGG_ILSVRC_16_layers_fc_reduced.caffemodel" ?
the VGG_VOC0712_SSD_300x300_train.bat:
cd D:\xwg\Caffe\caffe-ssd
"Build\x64\Release\caffe" train ^
--solver=models\VGGNet\VOC0712\SSD_300x300\solver.prototxt ^
--gpu=0
the train.prototxt:
param {
lr_mult: 0
decay_mult: 0
}
no update weights ?
the questions: when train need not "VGG_ILSVRC_16_layers_fc_reduced.caffemodel" ?
the VGG_VOC0712_SSD_300x300_train.bat: cd D:\xwg\Caffe\caffe-ssd "Build\x64\Release\caffe" train ^ --solver=models\VGGNet\VOC0712\SSD_300x300\solver.prototxt ^ --gpu=0
the train.prototxt: param { lr_mult: 0 decay_mult: 0 } no update weights ?