@@ -35,7 +35,7 @@ For stable version:
3535.. code-block :: bash
3636
3737 pip3 install tensorlayer
38-
38+
3939 For latest version, please install from Github.
4040
4141.. code-block :: bash
@@ -87,8 +87,7 @@ If you want install TensorLayer 1.X, the simplest way to install TensorLayer 1.X
8787
8888.. code-block :: bash
8989
90- [stable version] pip install tensorlayer
91- [master version] pip install git+https://github.com/tensorlayer/tensorlayer.git
90+ [stable version] pip install tensorlayer==1.x.x
9291
9392 However, if you want to modify or extend TensorLayer 1.X, you can download the repository from
9493`Github `_ and install it as follow.
@@ -103,7 +102,7 @@ editable, then you can edit the source code in ``tensorlayer`` folder, and ``imp
103102TensorLayer.
104103
105104
106- GPU support
105+ GPU support
107106==========================
108107
109108Thanks to NVIDIA supports, training a fully connected network on a
@@ -201,8 +200,8 @@ For TensorLayer 1.X, you can easily install Tensorlayer 1.X using pip in CMD:
201200 pip install tensorflow-gpu # GPU version (GPU version and CPU version just choose one)
202201 pip install tensorlayer # Install tensorlayer
203202
204- Test
205- --------
203+ Test GPU
204+ ----------
206205
207206Enter “python” in CMD. Then:
208207
@@ -220,7 +219,7 @@ If there is no error and the following output is displayed, the GPU version is s
220219 successfully opened CUDA library nvcuda.dll locally
221220 successfully opened CUDA library curand64_80.dll locally
222221
223- If there is no error, the CPU version is successfully installed.
222+ If there is no error, the GPU version is successfully installed.
224223
225224
226225
0 commit comments