一 caffe 编译问题 集合
-
编译caffe protobuf 未定义应用问题,是protobuf库冲突的问题
解决方法:1. 重新安装python protobuf 库
2. 1中解决方案一般会导致与本身库冲突,若1 不行,则安装linux protobuf 库,并查看是哪个版本 命令protoc,要与python protobuf 库版本一致,linux 源没有对应的版本的话则从源码安装,同时个设置对环境便变量,包括 include,lib,bin 都要设置
从源码安装protobuf 参考链接 http://www.linuxidc.com/Linux/2016-12/138716.htm
二 caffe 训练问题集合
solver.prototxt 文件中的 参数理解
test_iter,要与训练中的batch_size 与测试训练集一起来理解
test_iter*batch_size 至少遍历一次测试集数据
test_interval :测试间隔