我无法在Windows 7,Python 3(32位,Lenovo ThinkPad X201s)中安装TensorFlow。
当我输入 <extension
point="org.eclipse.ui.bindings">
<scheme
id="atfscheme"
name="atfscheme"
parentId="org.eclipse.ui.defaultAcceleratorConfiguration">
</scheme>
<key
commandId="com.xxx.atf.model.ui.commands.ExecKey.Start"
contextId="AtfExecutionContext"
schemeId="atfscheme"
sequence="M1+M2+F5">
<!-- F5 does not work but Ctrl-Shift-F5 does -->
</key>
</extension>
<extension
point="org.eclipse.ui.contexts">
<context
id="AtfExecutionContext"
name="AtfExecutionContext"
parentId="org.eclipse.debug.ui.debugging">
<!-- have tried various parentid values... -->
</context>
</extension>
时:
pip3 install tensorflow
我也有2个python版本。 如何安装?
答案 0 :(得分:1)
仅针对64位x86系统测试并支持TensorFlow。我不相信您通常可以从32位系统通过pip或conda安装TensorFlow。 您可以在Windows上运行一个以docker为基础的linux docker容器,但是它基于vm,并且不支持gpu。
我提供了为Windows https://docs.docker.com/docker-for-windows/#switch-between-windows-and-linux-containers构建的32位tensorflow,尽管这没有帮助。
32位进程只能使用2GB内存;复杂的模型无法加载。