You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 function mxnet::op::SpatialTransformerOp<mshadow::cpu, float>::Backward(mxnet::OpContext const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&, std::vector<mxnet::OpReqType, std::allocatormxnet::OpReqType > const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&)':
spatial_transformer.cc:(.text.ZN5mxnet2op20SpatialTransformerOpIN7mshadow3cpuEfE8BackwardERKNS_9OpContextERKSt6vectorINS_5TBlobESaIS9_EESD_SD_RKS8_INS_9OpReqTypeESaISE_EESD_SD[ZN5mxnet2op20SpatialTransformerOpIN7mshadow3cpuEfE8BackwardERKNS_9OpContextERKSt6vectorINS_5TBlobESaIS9_EESD_SD_RKS8_INS_9OpReqTypeESaISE_EESD_SD]+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 .
The text was updated successfully, but these errors were encountered:
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 function
mxnet::op::SpatialTransformerOp<mshadow::cpu, float>::Backward(mxnet::OpContext const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&, std::vector<mxnet::OpReqType, std::allocatormxnet::OpReqType > const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&, std::vector<mxnet::TBlob, std::allocatormxnet::TBlob > const&)':spatial_transformer.cc:(.text.ZN5mxnet2op20SpatialTransformerOpIN7mshadow3cpuEfE8BackwardERKNS_9OpContextERKSt6vectorINS_5TBlobESaIS9_EESD_SD_RKS8_INS_9OpReqTypeESaISE_EESD_SD[ZN5mxnet2op20SpatialTransformerOpIN7mshadow3cpuEfE8BackwardERKNS_9OpContextERKSt6vectorINS_5TBlobESaIS9_EESD_SD_RKS8_INS_9OpReqTypeESaISE_EESD_SD]+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 .
The text was updated successfully, but these errors were encountered: