Skip to content

Commit 0802597

Browse files
author
Hao Luo
authored
Update installation.rst
LINE 218 "GPU" was replaced by "CPU" LINE 196 add "(GPU version and CPU version just choose one)"
1 parent a6fcf76 commit 0802597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/user/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ You can easily install Tensorlayer using pip in CMD:
193193
.. code-block:: bash
194194
195195
pip install tensorflow #CPU version
196-
pip install tensorflow-gpu   #GPU version
197-
pip install tensorlayer #Install tensorlayer
196+
pip install tensorflow-gpu   #GPU version (GPU version and CPU version just choose one)
197+
pip install tensorlayer       #Install tensorlayer
198198
199199
Test
200200
--------
@@ -215,7 +215,7 @@ If there is no error and the following output is displayed, the GPU version is s
215215
successfully opened CUDA library nvcuda.dll locally
216216
successfully opened CUDA library curand64_80.dll locally
217217
218-
If there is no error, the GPU version is successfully installed.
218+
If there is no error, the CPU version is successfully installed.
219219

220220

221221

0 commit comments

Comments
 (0)