Skip to content

Commit e60517f

Browse files
committed
update readme
1 parent b38b3e0 commit e60517f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ We have included the corresponding modularized implementations of Google TensorF
132132

133133
# More Examples
134134

135-
136-
## Note
137-
* TensorLayer provides two set of Convolutional layer APIs, see [(Professional)](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#convolutional-layer-pro)and [(Simplified)](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#convolutional-layer-simplified) on readthedocs website.
138-
* If you get into trouble, you can start a discussion on [Gitter](https://gitter.im/tensorlayer/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge>),
139-
[Help Wanted Issues](https://waffle.io/zsdonghao/tensorlayer),
140-
[QQ group](https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png) and [Wechat group]([email protected]).
141-
142135
## Basics
143136
- Multi-layer perceptron (MNIST). A multi-layer perceptron implementation for MNIST classification task, see ``tutorial_mnist_simple.py``.
144137

@@ -185,6 +178,13 @@ We have included the corresponding modularized implementations of Google TensorF
185178
- Data augmentation with TensorLayer, see ``tutorial_image_preprocess.py``.
186179
- TensorDB by [fangde](https://github.com/fangde) see [here](https://github.com/akaraspt/tl_paper).
187180

181+
## Notes
182+
* TensorLayer provides two set of Convolutional layer APIs, see [(Professional)](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#convolutional-layer-pro)and [(Simplified)](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#convolutional-layer-simplified) on readthedocs website.
183+
* If you get into trouble, you can start a discussion on [Gitter](https://gitter.im/tensorlayer/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge>),
184+
[Help Wanted Issues](https://waffle.io/zsdonghao/tensorlayer),
185+
[QQ group](https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png) and [Wechat group](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/TensorLayer交流群介绍.md).
186+
187+
188188
# License
189189

190190
TensorLayer is released under the Apache 2.0 license.

0 commit comments

Comments
 (0)