虽然现在对于theano的使用不算多,但是需要的时候往往安装出现各种问题,也踩了很多坑,所以想把成功的方法分享给大家,避免陷入困难,浪费大量时间。
参考博客及论坛:
https://blog.csdn.net/linangfs/article/details/81366893
https://blog.csdn.net/qq_33626989/article/details/81811297
https://stackoverflow.com/questions/44103230/theano-attributeerror-module-theano-has-no-attribute-gof
环境:win7 64位,python3.6
1.创建环境,并切换到环境。
2.安装mingw, libpython
conda install mingw libpython
3.安装mkl , nose
conda install mkl
conda install nose
4.安装theano
conda install theano pygpu
conda install