caffe-ssd的GPU在make runtest的时候报错:BatchReindexLayerTest/2.TestGradient,where TypeParam=caffe::GPUdevice(<float>)(<double>)

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

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

解决办法:在Makefile中添加:

 NVCCFLAGS += -G

 


posted @ 2019-02-01 20:18  老王哈哈哈  阅读(1166)  评论(0编辑  收藏  举报