再次配置windows caffe遇到的问题

(1)安装cuda6.5时显示:non 7z archive

原因:压缩文件损坏,用winrar打开就知道了

解决办法:重新下载

 

(2)修改配置文件

[1]是指修改CommonSettings.props

[2]cuDnnPath是指  D:\CaffeTools\cudnn7.0

参考:http://blog.csdn.net/zhjm07054115/article/details/50964964

 

(3)error:找不到cudnn.h

原因:配置文件中cuDnnPath填得不对,应该“D:\CaffeTools\cudnn7.0winx64”  仔细看配置文件下面的内容就知道了。不要填到\cuda;因为配置文件中引用这个文件默认为 cuDnnPath+\cuda,,,,,,

 

(4)用minist测试caffe时显示:

C:\Users\HYC>caffe train -solverlenet_solver.prototxt

F0706 17:15:22.385330 124592 io.cpp:41]Check failed: fd != -1 (-1 vs. -1) File not found:lenet_solver.prototxt

原因:lenet_solver.prototxt 是要设置准确的路径的。

解决方案:

【1】既然找不到lenet_solver.prototxt,那么就把这个文件复制到caffe.exe所在的目录下。

【2】将其路径完善:

 caffetrain -solver D:\caffeMasterBaiduYun\caffe-master\examples\mnist\lenet_solver.prototxt


(5)在用Navida网页自动搜索匹配的驱动程序时,出现问题:应用程序已被安全设置阻止 Java

解决方法:去Java面板收到编辑例外网站  Navida搜素的那两个网址都要添加。

http://jingyan.baidu.com/article/ea24bc39bb94ddda63b33165.html


你可能感兴趣的:(caffe-windows编译)