@@ -40,7 +40,7 @@ installed on your system:
4040
4141If you have a different version of one of the preceding packages, please
4242change to the specified versions. In particular, the cuDNN version
43- must match exactly: TensorFlow will not load if it cannot find ` cuDNN64_5 .dll` .
43+ must match exactly: TensorFlow will not load if it cannot find ` cuDNN64_6 .dll` .
4444To use a different version of cuDNN, you must build from source.
4545
4646## Determine how to install TensorFlow
@@ -76,7 +76,6 @@ install it now:
7676
7777 * [ Python 3.5.x 64-bit from python.org] ( https://www.python.org/downloads/release/python-352/ )
7878
79- TensorFlow only supports version 3.5.x of Python on Windows.
8079Note that Python 3.5.x comes with the pip3 package manager, which is the
8180program you'll use to install TensorFlow.
8281
@@ -115,12 +114,12 @@ Take the following steps to install TensorFlow in an Anaconda environment:
115114 environment. To install the CPU-only version of TensorFlow, enter the
116115 following command:
117116
118- <pre >(tensorflow)C:\> <b >pip install --ignore-installed --upgrade https://storage.googleapis.com/ tensorflow/windows/cpu/tensorflow-1.3.0-cp35-cp35m-win_amd64.whl </b > </pre >
117+ <pre >(tensorflow)C:\> <b >pip install --ignore-installed --upgrade tensorflow</b > </pre >
119118
120119 To install the GPU version of TensorFlow, enter the following command
121120 (on a single line):
122121
123- <pre >(tensorflow)C:\> <b >pip install --ignore-installed --upgrade https://storage.googleapis.com/ tensorflow/windows/gpu/tensorflow_gpu-1.3.0-cp35-cp35m-win_amd64.whl </b > </pre >
122+ <pre >(tensorflow)C:\> <b >pip install --ignore-installed --upgrade tensorflow-gpu </b > </pre >
124123
125124## Validate your installation
126125
0 commit comments