Caffe学习系列(10):命令行解析

 训练网络命令:

sudo sh ./build/tools/caffe train --solver=examples/mnist/train_lenet.sh

 

 用预先训练好的权重来fine-tuning模型,需要一个caffemodel,不能和-snapshot同时使用

./build/tools/caffe train -solver examples/finetuning_on_flickr_style/solver.prototxt -weights models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel

 

 

参考:http://www.cnblogs.com/denny402/p/5076285.html

posted @ 2016-08-30 21:38  牧马人夏峥  阅读(192)  评论(0编辑  收藏  举报