【发布时间】:2017-02-02 23:02:57
【问题描述】:
尝试在 Anaconda3 下的 Python 3.5 中将 theano.config.device 更改为 'gpu' 而不是 'cpu'(安装在 Windows 10 个工作站)。
我收到消息:
"Can't change the value of this config parameter after initialization!".
另一方面,如果我从 bash Cygwin64 运行“export THEANO_FLAGS = device = gpu”,返回 Anaconda,该值将保持固定为“cpu”。
注意: 我在某处读到“Edit or create the file ~/.theanorc”。好的,你会尝试在 Windows 下做吗?
【问题讨论】:
标签: machine-learning cygwin anaconda theano keras