成功安装theano后,我使用:
import theano
它只是告诉我警告:
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.
未检测到g ++!但我已经成功安装了g ++:
C:\Users\dell>g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=d:/mingw/bin/../libexec/gcc/mingw32/4.9.3/lto-wrapper.exe
Target: mingw32
Configured with: ../src/gcc-4.9.3/configure --build=x86_64-pc-linux-gnu --host=mingw32 --prefix=/mingw --disable-win32-registry --target=mingw32 --with-arch=i586 --enable-languages=c,c++,objc,obj-c++,
fortran,ada --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --enable-libstdcxx-debug --with-tune=generic --enable-nls
Thread model: win32
gcc version 4.9.3 (GCC)
我想优化我的程序并使用GPU加速,我该如何解决这个问题?非常感谢你!
答案 0 :(得分:1)
当我第一次import theano
时,我遇到了错误error: '::hypot' has not been declared
,我跟着this post成功导入了它。
然后在win10上为我工作了以下步骤
C:\Program Files\mingw-w64\mingw64\bin
添加到路径