
Caffe
哗啦呼啦嘿
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Error-运行caffe自带的mnist实例
. /examples/mnist/create_mnist.sh运行报错:Creating lmdb. . ./home/gyx/caffe/build/examples/mnist/convert_mnist_data.bin: error while loading shared libraries: libcudart.so.9.2: cannot open shared object file: No such file or directoryldd /home/gyx/.原创 2021-04-07 16:52:45 · 150 阅读 · 0 评论 -
Caffe-Windows下安装protobuf
1.下载protobuf-2.5.0版本,版本高caffe会报错:https://github.com/google/protobuf/releaseshttps://github.com/protocolbuffers/protobuf/releases2.解压文件,找到D:\protobuf\protobuf-2.5.0\python下有setup.exe文件3.安装pro...原创 2019-03-14 15:03:45 · 554 阅读 · 0 评论 -
Caffe-error
#error: D:\caffe-windows-ms\src\caffe/proto/caffe.pb.h(12): fatal error C1189======>是因为缺少caffe.pb.hcaffe.pb.cc这两个文件 1. 将protobuf里的protoc.exe (最好是protoc-2.5.0版本的,不然caffe因为版本太高会报错)粘贴到ca...原创 2019-03-14 15:50:23 · 201 阅读 · 0 评论 -
Caffe-error
13>_caffe.obj : error LNK2001: 无法解析的外部符号 "struct _object * __cdecl boost::python::detail::init_modul==>1.将python安装目录下libs目录里的python27复制一份并命名为python27_d.lib2.修改include目录下的pyconfig.h,用 // 将 ...原创 2019-03-19 14:49:33 · 392 阅读 · 0 评论 -
Caffe-error
LNK1181 无法打开输入文件 .lib”==>找了无数的方法,也在vs中添加了路径,但就总显示无法输入文件,最终发现该头文件下没有lib文件夹,所以创建lib文件夹,将里面的含有.h头文件的所有文件移到lib文件夹下即可。...原创 2019-03-15 18:57:56 · 115 阅读 · 0 评论 -
Caffe-NuGetPackages
caffe 安装过程中,在Visual Studio 上进行Nuget安装,遇到"System.AggregateException”异常问题并解决尝试添加源“Opencv Default”引发了类型“System.AggregateException”,请检查你的所有联机包源是否都可用的错误。==>源地址已经无效了,所以需要把这个源地址删除,或者不勾选。1.选择“工具”==&...原创 2019-03-18 15:26:59 · 1979 阅读 · 0 评论 -
Caffe-install
How to install Caffe in windows in 5 minI set everything like what mentioned in thisvideo.原创 2019-03-18 15:47:21 · 194 阅读 · 0 评论