Theano windows installation - Configuring the Environment

倾然丶 夕夏残阳落幕 提交于 2019-12-25 14:24:18

问题


I'm trying to install Theano on windows with Anaconda and I'm stuck at the "Configuring the Environment" step. The instructions here say: The script assumes that you installed WinPython distribution, update the winpython line otherwise. The line in question is

CALL %SCISOFT%\WinPython-64bit-2.7.9.4\scripts\env.bat

What am I supposed to change this to if I'm using Anaconda instead of WinPython?


回答1:


It's easy to install "Theano on Windows with Anaconda"

After Anaconda is installed:

  1. $ conda install mingw libpython
  2. $ pip install theano

Then maybe, you needn't do anything else, just test it.




回答2:


The dedicated Anaconda paragraph is not correct ?

http://deeplearning.net/software/theano/install_windows.html#alternative-anaconda



来源:https://stackoverflow.com/questions/31566875/theano-windows-installation-configuring-the-environment

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!