hi, guys. my computer experimental envoriment as follows:
cuda8.0+cudnn v5.1+opencv3.2+gcc-5.3
I followed the author's advice to install Mxnet on my computer, but when i make it , i faced a problem ,some of the error codes as follows:
build/src/operator/spatial_transformer.o: In functionmxnet::op::SpatialTransformerOp<mshadow::cpu, float>::Backward(mxnet::OpContext const&, std::vector<mxnet::TBlob, std::allocator > const&, std::vector<mxnet::TBlob, std::allocator > const&, std::vector<mxnet::TBlob, std::allocator > const&, std::vector<mxnet::OpReqType, std::allocator > const&, std::vector<mxnet::TBlob, std::allocator > const&, std::vector<mxnet::TBlob, std::allocator > const&)':
spatial_transformer.cc:(.text._ZN5mxnet2op20SpatialTransformerOpIN7mshadow3cpuEfE8BackwardERKNS_9OpContextERKSt6vectorINS_5TBlobESaIS9_EESD_SD_RKS8_INS_9OpReqTypeESaISE_EESDSD[_ZN5mxnet2op20SpatialTransformerOpIN7mshadow3cpuEfE8BackwardERKNS_9OpContextERKSt6vectorINS_5TBlobESaIS9_EESD_SD_RKS8_INS_9OpReqTypeESaISE_EESDSD]+0x850): undefined reference to cblas_sgemm' collect2: error: ld returned 1 exit status Makefile:495: recipe for target 'bin/im2rec' failed make: *** [bin/im2rec] Error 1
if you can help me ,thanks a lot .
hi, guys. my computer experimental envoriment as follows: cuda8.0+cudnn v5.1+opencv3.2+gcc-5.3 I followed the author's advice to install Mxnet on my computer, but when i make it , i faced a problem ,some of the error codes as follows: > const&, std::vector<mxnet::TBlob, std::allocator > const&, std::vector<mxnet::TBlob, std::allocator > const&, std::vector<mxnet::OpReqType, std::allocator > const&, std::vector<mxnet::TBlob, std::allocator > const&, std::vector<mxnet::TBlob, std::allocator > const&)':
spatial_transformer.cc:(.text._ZN5mxnet2op20SpatialTransformerOpIN7mshadow3cpuEfE8BackwardERKNS_9OpContextERKSt6vectorINS_5TBlobESaIS9_EESD_SD_RKS8_INS_9OpReqTypeESaISE_EESDSD[_ZN5mxnet2op20SpatialTransformerOpIN7mshadow3cpuEfE8BackwardERKNS_9OpContextERKSt6vectorINS_5TBlobESaIS9_EESD_SD_RKS8_INS_9OpReqTypeESaISE_EESDSD]+0x850): undefined reference to
build/src/operator/spatial_transformer.o: In function
mxnet::op::SpatialTransformerOp<mshadow::cpu, float>::Backward(mxnet::OpContext const&, std::vector<mxnet::TBlob, std::allocatorcblas_sgemm' collect2: error: ld returned 1 exit status Makefile:495: recipe for target 'bin/im2rec' failed make: *** [bin/im2rec] Error 1
if you can help me ,thanks a lot .