作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
导入theano包时:
from theano import tensor, scalar
我收到以下错误:
To use MKL 2018 with Theano you MUST set "MKL_THREADING_LAYER=GNU" in your environement.
所以我在这里查看了详细信息: https://pypkg.com/pypi/theano/f/theano/configdefaults.py
然后尝试在 anaconda 上安装 mkl 服务:
conda install -c anaconda mkl-service
但是,我遇到了同样的错误。
有什么想法吗?我在 AWS ubuntu 盒子上,在 anaconda jupyter notebook 中运行 python。
谢谢!
最佳答案
我遇到了同样的错误。我正在使用 window 。为了解决这个问题,我在 Windows 10 中添加了系统变量,如下所示:
控制面板 -> 系统和安全 -> 系统 -> 高级系统设置 -> 环境变量 -> 添加新的系统变量,变量名 = 'MKL_THREADING_LAYER' 变量值 = 'GNU'然后单击“确定”。
我认为在 ubuntu 中你应该在 .bashrc 中进行更改
关于python: theano导入错误 "MKL_THREADING_LAYER=GNU",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47801775/
导入theano包时: from theano import tensor, scalar 我收到以下错误: To use MKL 2018 with Theano you MUST set "MKL
我已经安装了 theano conda install theano 在 Ubuntu 16.04 上。现在我有导入问题 import theano Traceback (most recent ca
我是一名优秀的程序员,十分优秀!