caffe学习--cifar10-20171103
Posted leoking01
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了caffe学习--cifar10-20171103相关的知识,希望对你有一定的参考价值。
classification ./examples/cifar10/cifar10_full.prototxt ./examples/cifar10/cifar10_full_iter_70000.caffemodel.h5 ./examples/cifar10/mean.binaryproto ./examples/cifar10/labels.txt ~/Downloads/images/horse/8.jpg [email protected]-X550JK:~/caffe$ classification --help Usage: classification deploy.prototxt network.caffemodel mean.binaryproto labels.txt img.jpg classification models/bvlc_reference_caffenet/deploy.prototxt models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel models/bvlc_reference_caffenet/mean.binaryproto models/bvlc_reference_caffenet/labels.txt ~/Downloads/images/horse/8.jpg
python python/classify.py --model_def examples/cifar10/cifar10_quick.prototxt --pretrained_model examples/cifar10/cifar10_quick_iter_5000.caffemodel.h5 --center_only examples/images/cat.jpg foo
以上是关于caffe学习--cifar10-20171103的主要内容,如果未能解决你的问题,请参考以下文章
caffe学习--cifar10学习-ubuntu16.04-gtx650tiboost--1g--01