caffe-ssd的GPU在make runtest的时候报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevic

Posted laowangxieboke

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了caffe-ssd的GPU在make runtest的时候报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevic相关的知识,希望对你有一定的参考价值。

make runtest报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<float>

        BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<double>

解决办法:在Makefile中添加:

 NVCCFLAGS += -G

技术分享图片

 



以上是关于caffe-ssd的GPU在make runtest的时候报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevic的主要内容,如果未能解决你的问题,请参考以下文章

安装caffe-ssd的GPU版本时候报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice<doubl

跑通caffe-ssd demo代码(训练测试自己数据集)

真·技术贴Ubuntu上手caffe-ssd比较有用的几篇博客

ubuntu18.04+ opencv3.1+caffe-ssd安装

Ubuntu16.04 + caffe-ssd + [CPU_ONLY] + KITTI 训练总结

ubuntu18.04+cuda9.0+cudnn7.1.4+caffe-ssd+anaconda2安装