简体   繁体   English

适用于Windows的Theano安装,Python 3,64位

[英]Theano installation for Windows, Python 3, 64bit

是否有一个程序在Windows 7上手动安装Theano for Python 3.4 64bit,而不使用任何捆绑包?

I wrote a step by step tutorial on this today, check it out at: 我今天在这上面写了一步一步的教程,请查看:
http://www.islandman93.com/2015/04/tutorial-python-34-theano-and-windows-7.html http://www.islandman93.com/2015/04/tutorial-python-34-theano-and-windows-7.html

Some specifics from my post: 我的帖子中的一些细节:

As user2805751 said, you'll need LibPython, Numpy, and Scipy. 正如user2805751所说,你需要LibPython,Numpy和Scipy。

You'll also need: MinGW http://mingw-w64.yaxm.org/doku.php/download 您还需要:MinGW http://mingw-w64.yaxm.org/doku.php/download

Installing Theano with python setup.py install will automatically do the 2to3 conversion. 使用python setup.py install安装Theano将自动执行2to3转换。

If the above PR doesn't work, I was able to get the following working for windows 8.1 64 bit (python 2.7.8, but you might try 3.4) 如果上面的PR不起作用,我能够得到以下工作的Windows 8.1 64位(python 2.7.8,但你可能会尝试3.4)

http://pavel.surmenok.com/2014/05/31/installing-theano-with-gpu-on-windows-64-bit/ http://pavel.surmenok.com/2014/05/31/installing-theano-with-gpu-on-windows-64-bit/

I needed to also install the LibPython package from http://www.lfd.uci.edu/~gohlke/pythonlibs/#libpython inorder to fix an ld linker problem. 我还需要从http://www.lfd.uci.edu/~gohlke/pythonlibs/#libpython安装LibPython包,以修复ld链接器问题。

There is no such instruction. 没有这样的指示。 There is a new PR with instruction that do not use any bundles, but it is for python2. 有一个新的PR与指令不使用任何捆绑,但它是为python2。 You can try it, but change python2 for python3: 你可以试试,但改变python3的python2:

https://github.com/Theano/Theano/pull/2155 https://github.com/Theano/Theano/pull/2155

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM