admin 管理员组文章数量: 1086019
keras 官方安装教程 http://keras.io/#installation
我的环境: windows7(64位),python 2.7.6
为了偷懒,直接用pip安装的keras 命令:pip install keras
安装很顺利,成功安装了keras-0.3.3 ,pyyal-3.11, theano-0.8.1
可是使用时却开始报错,然后开始了修修补补的过程
错误1: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 具体参考:http://blog.csdn/niuwei22007/article/details/47684673
自己解决方案:
版权声明:本文标题:在windows7(64位)下, keras的安装及错误处理 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/b/1737590763a1850337.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论