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
自己解决方案: