Yolo-Model-Zoo icon indicating copy to clipboard operation
Yolo-Model-Zoo copied to clipboard

Pretrained weights

Open ramanathan831 opened this issue 6 years ago • 2 comments

How to use your trained .caffemodel as a pretrained weights (transfer learning) in the model which we train. Is it possible in caffe ?

ramanathan831 avatar Nov 07 '18 06:11 ramanathan831

For example , in my training script , just replace mobilenet_iter_73000.caffemodel to your specify caffmodel

./tools/caffe train --solver models/yolov3/mobilenet_yolov3_lite_solver.prototxt --weights models/MobileNet/mobilenet_iter_73000.caffemodel --gpu=0 2>&1 | tee $LOG

eric612 avatar Nov 07 '18 08:11 eric612

Thanks, one more thing: how did you calculate the "MAC" value of the model?

ramanathan831 avatar Nov 07 '18 12:11 ramanathan831