由于某种原因, Windows 中包含一些受许可保护的包的 python 2.7 环境必须用于我的项目 .
现在我想使用keras,由于Tensorflow不支持Windows-python-2.7,我来到 Theano .
由于上述相同的原因我不能使用conda来安装Theano(实际上是mingw和libpython)
我已经尝试使用pip安装那些和Theano但失败了 .
所以 Question 来了:
如何 install Theano on Windows for python 2.7 without the use of conda ?可能吗 ?