当我导入mxnet时,我使用命令“ pip install mxnet-mkl”浮点异常(核心已转储)
import mxnet
Floating point exception (core dumped)
更多细节https://github.com/apache/incubator-mxnet/issues/12105
有人可以帮助我吗?
答案 0 :(得分:0)
尝试使用Intel MKL-DNN后端从源代码构建MXNet
git clone --recursive https://github.com/apache/incubator-mxnet
cd incubator-mxnet
git checkout 1.2.0
git submodule update --init --recursive
make -j USE_OPENCV=1 USE_MKLDNN=1 USE_BLAS=mkl