摘要: make runtest报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<float> BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe 阅读全文
posted @ 2019-02-01 20:18 老王哈哈哈 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: 报错原因:LIBRARIES路径添加不全 解决方法:LIBRARIES += glog gflags protobuf boost_system boost_filesystem boost_regex m hdf5_serial_hl hdf5_hl hdf5 hdf5_serial 阅读全文
posted @ 2019-02-01 15:18 老王哈哈哈 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 在CPU中1.CPU_ONLY :=1的注释取消掉 2.BLAS := atlas 在GPU中 1.USE_CUDNN := 1的注释取消 2.BLAS := open 阅读全文
posted @ 2019-02-01 13:48 老王哈哈哈 阅读(672) 评论(0) 推荐(0) 编辑
摘要: 大哥,你的内存不够了,删点儿东西吧 阅读全文
posted @ 2019-02-01 12:18 老王哈哈哈 阅读(328) 评论(0) 推荐(0) 编辑
摘要: 之所有运行慢,是因为没有在这三条语句后面加上 -j,即没用全部的进程运行,不加-j 表示用单一进程运行,加上-j5表示用5个进程,-j不带数字表示用所有进程 阅读全文
posted @ 2019-02-01 11:28 老王哈哈哈 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 安装caffe-ssd编译环境的时候报错: python/caffe/_caffe.cpp:10:31: fatal error: numpy/arrayobject.h: No such file or directorycompilation terminated.Makefile:501: r 阅读全文
posted @ 2019-02-01 11:13 老王哈哈哈 阅读(3022) 评论(0) 推荐(0) 编辑
摘要: 这篇搭建的文章写得还是比较全面的,亲测有效:https://blog.csdn.net/lukaslong/article/details/81390276 阅读全文
posted @ 2019-02-01 10:49 老王哈哈哈 阅读(652) 评论(0) 推荐(0) 编辑