V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Eleutherios
V2EX  ›  分享发现

TensorFlow (GPU) 支持 windows 了

  •  
  •   Eleutherios · 2016-12-01 08:54:28 +08:00 · 3731 次点击
    这是一个创建于 2732 天前的主题,其中的信息可能已经有所发展或是发生改变。

    https://www.tensorflow.org/versions/r0.12/get_started/os_setup.html#pip-installation-on-windows

    TensorFlow supports only 64-bit Python 3.5 on Windows. 
    We have tested the pip packages with the following distributions of Python:
    - Python 3.5 from python.org
    - Python 3.5 from Anaconda
    
    第 1 条附言  ·  2016-12-01 09:26:42 +08:00

    Both distributions include pip. To install the CPU-only version of TensorFlow, enter the following command at a command prompt:

    C:\> pip install --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-0.12.0rc0-cp35-cp35m-win_amd64.whl
    

    To install the GPU version of TensorFlow, enter the following command at a command prompt:

    C:\> pip install --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-0.12.0rc0-cp35-cp35m-win_amd64.whl
    
    1 条回复    2016-12-01 09:11:02 +08:00
    lll9p
        1
    lll9p  
       2016-12-01 09:11:02 +08:00   ❤️ 1
    直接可 pip install tensorflow-gpu 了,,,
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2446 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 01:36 · PVG 09:36 · LAX 18:36 · JFK 21:36
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.