- 博客(7)
- 收藏
- 关注
原创 编译caffe遇到的问题(六):/usr/bin/ld: cannot find -lcblas -latlas clang: error: linker command failed
遇到的问题/usr/bin/ld: cannot find -lcblas/usr/bin/ld: cannot find -latlasclang: error: linker command failed with exit code 1 (use -v to see invocation)解决方法apt-get install libatlas-base-dev...
2019-09-18 11:02:33
563
原创 编译caffe遇到的问题(五):/usr/bin/ld: cannot find -lleveldb lsnappy
遇到的问题LD -o .build_release/lib/libcaffe.so.1.0.0/usr/bin/ld: cannot find -lleveldb/usr/bin/ld: cannot find -lsnappyclang: error: linker command failed with exit code 1 (use -v to see invocation)...
2019-09-18 10:53:23
902
原创 编译caffe遇到的问题(四)linux 安装 opencv2.4
1、下载opencv2.4官网https://opencv.org/releases/,github下载opencv2.4.13.6,https://github.com/opencv/opencv/tree/2.4.13.62、安装opencv所需要的依赖库$ apt-get install build-essential$ apt-get install cmake git...
2019-09-17 14:56:35
363
原创 编译caffe遇到的问题(一)安装protobuf
1、下载protobuf安装包最新版本的protobuf,caffe一般不支持,因此需要下载protobuf2.6.1https://github.com/google/protobuf/archive/v2.6.1.zip*最新版本的protobuf链接https://github.com/google/protobuf2、解压之后进入文件夹cd protobuf2.6.1...
2019-09-17 11:44:49
584
原创 编译caffe遇到的问题(三)fatal error缺少各种头文件,安装对应库
1、fatal error: boost/shared_ptr.hpp: No such file or directory$apt-get install --no-install-recommends libboost-all-dev2、fatal error: gflags/gflags.h: No such file or directory$ apt-get install...
2019-09-17 10:50:02
6274
4
原创 编译caffe遇到的问题(二)fatal error: leveldb/db.h: No such file or directory
问题二:缺少leveldb/db.h文件fatal error: leveldb/db.h: No such file or directory1、下载leveldbgithub地址https://github.com/google/leveldb2、网上查了好多资料,都说下载之后直接解压然后make就行但是!!!目前官方公布的leveldb根本就没有Makefile...
2019-09-17 10:16:38
6445
7
原创 linux安装指定版本的cmake
方式一:直接安装1、Centos系统$ yum install cmake2、ubuntu系统$ apt-get install cmake// 这种方式不能指定版本,默认安装的一般是比较低版本的cmake //(1)查询当前cmake版本$ cmake --versioncmake version 3.5.1方式二:下载并安装,可安装指定版本网站ht...
2019-09-17 10:00:14
3580
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人