我正在尝试安装Keras包以使用机器学习工具。不幸的是,我不能这样做。我已经安装了theano。我在python3.5的单独环境中安装了tensorflow,但我正在尝试使用python2.7来实现这一点。这是问题所在吗?already satisfied: keras in c:\users\user\anaconda2\lib\site-packages Requirement
我正在尝试在CPU机器上安装Theano (运行英特尔高清显卡,没有NVIDIA)。在python中测试时,我得到了以下导入错误。WARNING (theano.configdefaults): g++ not detected !\theano\__init__.py", line 74, in <module> File "c:\anaconda\pkgs\<em
WARNING (theano.configdefaults): g++ not detected !Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will defaultTo remove this warning, set Theano flags cxx to an empty string.谢谢