您的当前位置:首页正文

三、Install TensorFlow

来源:华拓网

Mac/Linux

# ------------------------------------CPU—————————————————————————————————————————
# python 2.x
  pip install tensorflow
# python 3.x
  pip3 install tensorflow
# ------------------------------------GPU—————————————————————————————————————————
# python 2.x
  pip install tensorflow-gpu
# python 3.x
  pip3 install tensorflow-gpu
# War: python3.7 不支持tensorflow哦.

Windows

# ------------------------------------CPU—————————————————————————————————————————
  pip install tensorflow
# ------------------------------------CPU—————————————————————————————————————————
  pip install tensorflow-gpu