码迷,mamicode.com
首页 > 其他好文 > 详细

theano提示:g++ not detected的解决办法

时间:2015-12-21 14:13:45      阅读:698      评论:0      收藏:0      [点我收藏+]

标签:

导入theano包后出现如下警告:

WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warning, set Theano flags cxx to an empty string.

解决办法:

conda install mingw libpython

 

theano提示:g++ not detected的解决办法

标签:

原文地址:http://www.cnblogs.com/anyview/p/5063189.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!