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
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
lll9p 2016-12-01 09:11:02 +08:00 1
直接可 pip install tensorflow-gpu 了,,,
|