mahmoodn commented on issue #16001: Low kernel performance URL: https://github.com/apache/incubator-mxnet/issues/16001#issuecomment-524734036 I have cloned using git command. I will try one more time. Here are the commands that I use: ``` sudo apt install libopencv-dev libopenblas-dev liblapack-dev git clone --recursive https://github.com/apache/incubator-mxnet mxnet cd mxnet make USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1 export LD_LIBRARY_PATH=~/mxnet/lib:/usr/local/cuda-10.0/lib64 cd python/ pip install --user -e . cd ../example/cnn_text_classification/ nvprof -o run.nvvp python text_cnn.py --num-epochs=1 --gpus=0 ``` Do you agree with that?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
