https://caffe.berkeleyvision.org/tutorial/interfaces.html
Training
caffe train
- learn models from scratch
-solver solver.prototxt
- resume learning from saved snapshots
-solver solver.prototxt -snapshot model_iter_1000.solverstate
- finetunes models to new data and tasks
-solver solver.prototxt -weights model.caffemodel
Testing
caffe test
-model train_test.prototxt -weights model.caffemodel
Benchmarking
caffe time
-model train_test.prototxt -weights model.caffemodel(可选)
Diagnostics
caffe device_query
-gpu 0