msracver / FCIS

Fully Convolutional Instance-aware Semantic Segmentation
MIT License
1.57k stars 415 forks source link

some questions about make Mxnet on my computer . #133

Open YingXiuHe opened 6 years ago

YingXiuHe commented 6 years ago

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 .