We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1022bfa commit 7a987a7Copy full SHA for 7a987a7
README.md
@@ -114,6 +114,13 @@ Install tensorflow-gpu in this environment by issuing:
114
```
115
(tensorflow1) C:\> pip install --ignore-installed --upgrade tensorflow-gpu
116
117
+
118
+NOTE: You can also use the CPU-only version of TensorFow, but it will run much slower. If you want to use the CPU-only version, just issue:
119
120
+```
121
+(tensorflow1) C:\> pip install --ignore-installed --upgrade tensorflow
122
123
124
Install the other necessary packages by issuing the following commands:
125
126
(tensorflow1) C:\> conda install -c anaconda protobuf
0 commit comments