最新消息: USBMI致力于为网友们分享Windows、安卓、IOS等主流手机系统相关的资讯以及评测、同时提供相关教程、应用、软件下载等服务。

在windows7(64位)下, keras的安装及错误处理

业界 admin 8浏览 0评论

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

自己解决方案:

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

自己解决方案:

与本文相关的文章

发布评论

评论列表 (0)

  1. 暂无评论