Skip to content

Commit 6ecedb2

Browse files
authored
Update installation.rst
1 parent ec35625 commit 6ecedb2

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/user/installation.rst

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -200,29 +200,6 @@ For TensorLayer 1.X, you can easily install Tensorlayer 1.X using pip in CMD:
200200
pip install tensorflow-gpu   #GPU version (GPU version and CPU version just choose one)
201201
pip install tensorlayer       #Install tensorlayer
202202
203-
Test GPU
204-
----------
205-
206-
Enter “python” in CMD. Then:
207-
208-
.. code-block:: bash
209-
210-
import tensorlayer
211-
212-
If there is no error and the following output is displayed, the GPU version is successfully installed.
213-
214-
.. code-block:: bash
215-
216-
successfully opened CUDA library cublas64_80.dll locally
217-
successfully opened CUDA library cuDNN64_5.dll locally
218-
successfully opened CUDA library cufft64_80.dll locally
219-
successfully opened CUDA library nvcuda.dll locally
220-
successfully opened CUDA library curand64_80.dll locally
221-
222-
If there is no error, the GPU version is successfully installed.
223-
224-
225-
226203
227204
228205
Issue

0 commit comments

Comments
 (0)