Caffe 编译后版本 下载即可使用

百度地址 : https://pan.baidu.com/s/1ETss8tqdJ5NikdVh_GJKnw 提取码: zyx9

参考 blog  https://www.cnblogs.com/zl20pn/p/6218958.html

 

非常棒的blog  https://blog.csdn.net/weixinhum/article/details/71304852 解释 caffe

使用步骤

数据转化

convert_cifar_data.exe ./examples/cifar-10-batches-bin ./examples/cifar10 leveldb

计算mean 文件

compute_image_mean.exe -backend=leveldb ./examples/cifar10/cifar10_train_leveldb mean.binaryproto

迅速训练

D:\applications\anaconda2\Lib\site-packages\caffe\caffe.exe train --solver=examples\cifar10\cifar10_quick_solver.prototxt

测试验证
D:\applications\anaconda2\Lib\site-packages\caffe\caffe.exe test --model=examples\cifar10\cifar10_quick_train_test.prototxt  --weights=examples\cifar10\cifar10_quick_iter_4000.caffemodel    #### error
Check failed: FLAGS_weights.size() > 0 (0 vs. 0) Need model weights to score.----> 需要增加上权重作为参数

posted @ 2019-03-05 13:04  yuerspring  阅读(1071)  评论(0编辑  收藏  举报