Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 libra
生活随笔
收集整理的這篇文章主要介紹了
Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 libra
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
Error: mkl-service + Intel? MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 library. Try to import numpy first or set the threading layer accordingly. Set MKL_SERVICE_FORCE_INTEL to force it.
試一下這個:
os.environ['MKL_THREADING_LAYER'] = 'GNU'可以分開試試,也可以一起
os.environ['MKL_SERVICE_FORCE_INTEL'] = '1'如果還是不行,去這里找:
https://github.com/pytorch/pytorch/issues/37377
總結(jié)
以上是生活随笔為你收集整理的Error: mkl-service + Intel(R) MKL: MKL_THREADING_LAYER=INTEL is incompatible with libgomp.so.1 libra的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 超级联盟战队,等待你的加入
- 下一篇: pythonpdf教程_python基础