MacOS中的.theanorc文件不适用

时间:2017-03-09 19:00:57

标签: theano

我在使用Theano时遇到了这个错误:

AssertionError:AbstractConv2d Theano优化失败:没有可用的实现支持所请求的选项。你是否从优化器中排除了“conv_dnn”和“conv_gemm”?如果在GPU上,cuDNN可用并且GPU是否支持它?如果在CPU上,你是否安装了Theano可以链接的BLAS库?

所以我将家庭目录中的.theanorc文件更改为:

[global]
optimizer = None

并测试它是否适用于:

print(theano.config)

奇怪的是它仍然说:

optimizer (('fast_run', 'merge', 'fast_compile', 'None')) 
    Doc:  Default optimizer. If not None, will use this optimizer with the Mode
    Value:  fast_run

有没有人在MacOS上有类似的问题?并知道如何解决它?

修复:只需重新启动jupyter笔记本内核,然后执行theano-cache clear .theanorc文件适用

1 个答案:

答案 0 :(得分:0)

修复:只需重新启动jupyter笔记本内核,然后执行theano-cache clear .theanorc文件适用