Skip to content

Commit 7a987a7

Browse files
Add note about using CPU-only version of TF
1 parent 1022bfa commit 7a987a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ Install tensorflow-gpu in this environment by issuing:
114114
```
115115
(tensorflow1) C:\> pip install --ignore-installed --upgrade tensorflow-gpu
116116
```
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+
117124
Install the other necessary packages by issuing the following commands:
118125
```
119126
(tensorflow1) C:\> conda install -c anaconda protobuf

0 commit comments

Comments
 (0)