Skip to content

Commit 94414d4

Browse files
2winszsdonghao
authored andcommitted
Update more.rst (#546)
* Update more.rst Update the URLs * Update more.rst
1 parent d5d3b23 commit 94414d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/user/more.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ FAQ
1717
How to effectively learn TensorLayer
1818
------------------------------------------
1919
No matter what stage you are in, we recommend you to spend just 10 minutes to
20-
read the source code of TensorLayer and the `Understand layer / Your layer <http://tensorlayer.readthedocs.io/en/stable/modules/layers.html>`_
20+
read the source code of TensorLayer and the `Understand layer / Your layer <http://tensorlayer.readthedocs.io/en/stable/modules/layers.html>`__
2121
in this website, you will find the abstract methods are very simple for everyone.
2222
Reading the source codes helps you to better understand TensorFlow and allows
2323
you to implement your own methods easily. For discussion, we recommend
24-
`Gitter <https://gitter.im/tensorlayer/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge>`_,
25-
`Help Wanted Issues <https://waffle.io/zsdonghao/tensorlayer>`_,
26-
`QQ group <https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png>`_
27-
and `Wechat group <https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md>`_.
24+
`Gitter <https://gitter.im/tensorlayer/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge>`__,
25+
`Help Wanted Issues <https://waffle.io/tensorlayer/tensorlayer>`__,
26+
`QQ group <https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png>`__
27+
and `Wechat group <https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md>`__.
2828

2929
Beginner
3030
^^^^^^^^^^^^^^
31-
For people who new to deep learning, the contirbutors provided a number of tutorials in this website, these tutorials will guide you to understand autoencoder, convolutional neural network, recurrent neural network, word embedding and deep reinforcement learning and etc. If your already understand the basic of deep learning, we recommend you to skip the tutorials and read the example codes on `Github <https://github.com/zsdonghao/tensorlayer>`_ , then implement an example from scratch.
31+
For people who new to deep learning, the contirbutors provided a number of tutorials in this website, these tutorials will guide you to understand autoencoder, convolutional neural network, recurrent neural network, word embedding and deep reinforcement learning and etc. If your already understand the basic of deep learning, we recommend you to skip the tutorials and read the example codes on `Github <https://github.com/tensorlayer/tensorlayer>`__ , then implement an example from scratch.
3232

3333
Engineer
3434
^^^^^^^^^^^^^
3535
For people from industry, the contirbutors provided mass format-consistent examples covering computer vision, natural language processing and reinforcement learning. Besides, there are also many TensorFlow users already implemented product-level examples including image captioning, semantic/instance segmentation, machine translation, chatbot and etc, which can be found online.
36-
It is worth noting that a wrapper especially for computer vision `Tf-Slim <https://github.com/tensorflow/models/tree/master/slim#Pretrained>`_ can be connected with TensorLayer seamlessly.
36+
It is worth noting that a wrapper especially for computer vision `Tf-Slim <https://github.com/tensorflow/models/tree/master/slim#Pretrained>`__ can be connected with TensorLayer seamlessly.
3737
Therefore, you may able to find the examples that can be used in your project.
3838

3939
Researcher
4040
^^^^^^^^^^^^^
4141
For people from academic, TensorLayer was originally developed by PhD students who facing issues with other libraries on implement novel algorithm. Installing TensorLayer in editable mode is recommended, so you can extend your methods in TensorLayer.
42-
For researches related to image such as image captioning, visual QA and etc, you may find it is very helpful to use the existing `Tf-Slim pre-trained models <https://github.com/tensorflow/models/tree/master/slim#Pretrained>`_ with TensorLayer (a specially layer for connecting Tf-Slim is provided).
42+
For researches related to image such as image captioning, visual QA and etc, you may find it is very helpful to use the existing `Tf-Slim pre-trained models <https://github.com/tensorflow/models/tree/master/slim#Pretrained>`__ with TensorLayer (a specially layer for connecting Tf-Slim is provided).
4343

4444

4545
Exclude some layers from training

0 commit comments

Comments
 (0)