Linux EC2 实例上未检测到 g++
g++ not detected on Linux EC2 instance
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.
这发生在我成功安装gcc之后。
如何将 gcc 添加到远程计算机的路径中?
谢谢
如果你输入
which g++
你知道文件的位置吗?
它通常安装在 /usr/bin/ 目录中,这是所有用户的默认路径
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.
这发生在我成功安装gcc之后。
如何将 gcc 添加到远程计算机的路径中?
谢谢
如果你输入
which g++
你知道文件的位置吗? 它通常安装在 /usr/bin/ 目录中,这是所有用户的默认路径