【发布时间】:2017-07-05 17:50:26
【问题描述】:
我正在使用python3.6 theano, 安装了mingw-w64-x86-64,我的操作系统是Win10_64,安装了cuda, 似乎一切都很好
theano.test() 没问题,说明我的 gpu 工作正常,
但它只是一直告诉我“错误:'::hypot' 尚未声明”
C:/mingw64/lib/gcc/x86_64-w64-mingw32/6.3.0/include/c++/cmath:1157:11: error: '::hypot' has
not been declared\r. using ::hypot;\r. ^~~~~\r. ",
任何帮助将不胜感激!
【问题讨论】:
-
看起来你搞砸了你的编译器设置。
标签: python c++ machine-learning theano