chenyujing1234 opened a new issue #13133: Manually compile MXNet1.3.0 release code, which is very inefficient after testing. URL: https://github.com/apache/incubator-mxnet/issues/13133 I compiled the 1.3.0 release code according to the official way. Code download address: https://github.com/apache/incubator-mxnet/releases/tag/1.3.0 Compile method reference: https://mxnet.incubator.apache.org/install/ubuntu_setup.html Build MXNet from Source The compile command is: Make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1 The compilation is successful, but the performance of the resulting libmxnet.so is quite different from that of the published version of libmxnet.so. Testing method: Face detection using mtcnn algorithm on a single GPU, the speed of publishing version processing is 90 sheets per second, and I compiled only 20 sheets per second (GPU utilization is very low at this time). I would like to ask you a few questions: 1) I found that the compiled libmxnet. so is only 295M, while the official release is 500M. What's the difference? 2) Later, it was found that the libmxnet.so I compiled is a Debug version. How can I compile the release version? 3) why do I compile my own performance so low?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
