anko-intel commented on issue #18879: URL: https://github.com/apache/incubator-mxnet/issues/18879#issuecomment-675004193
Hi @beew, Thanks for your answer. I checked out mxnet sha 3143aabb6 and installed MKL version 2019.1.144 but unfortunately I still cannot reproduce the issue. Formerly I cannot install MKL 2018.2.199 which you use as it does not support Ubuntu 18.4. When I force to install it, python3 hangs during “import mxnet as mx” – but it could be a different issue than yours. I also noticed that your driver CUDA version is 10.1 (nvidia-smi) differs than software packet 10.0.130 (cat /usr/local/cuda/version.txt) So could I ask you to try : 1. Upgrade MKL to 2019 version or newer (you can found it here: https://registrationcenter.intel.com/en/products/download/3685/ ) 2. upgrade your CUDA to 10.1 version to have it consistent with the driver (you can have a couple of CUDA versions in the system, see what is pointed by the link /usr/local/cuda) Please let me know if it helps. ---------------------------------------------------------------- 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]
