Just as a note: In the installation steps above one needs to add a `--no-deps` to the mxnet installation to make sure the conda numpy version, which uses mkl, will not be overwritten by the pip version:
1. conda install mkl 1. conda install numpy 1. pip install mxnet-mkl --no-deps 1. python3 code.py [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12710 ] This message was relayed via gitbox.apache.org for [email protected]
