我正在尝试用Anaconda在windows上安装Theano,但我被困在了“配置环境”这一步。指令here说:The script assumes that you installed WinPython distribution, update the winpython line otherwise.有问题的行是
CALL %SCISOFT%\WinPython-64bit-2.7.9.4\scripts\env.bat如果我使用Anaconda而不是WinPython,我应该把它改成什么?
发布于 2015-12-30 22:29:09
安装"Theano on Windows with Anaconda"很容易
安装Anaconda后:
$ conda install mingw libpython$ pip install theano然后,也许你不需要做其他任何事情,只需要测试它。
发布于 2015-07-27 04:16:14
Anaconda的专用段落不正确吗?
http://deeplearning.net/software/theano/install_windows.html#alternative-anaconda
https://stackoverflow.com/questions/31566875
复制相似问题