Skip to content

Commit bb98bcc

Browse files
authored
Update README.md
1 parent 58e24bc commit bb98bcc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ A user often find it easy to bootstrap with TensorLayer, and then dive into low-
130130
- *Transparency* : TensorLayer provides access to the **native APIs** of TensorFlow. This helps users achieve flexible controls within the training engine.
131131
- *Performance* : TensorLayer provides **zero-cost** abstraction (see Benchmark below). It can run on distributed and heterogeneous TensorFlow platforms with full power.
132132

133-
# Low Runtime Overhead
133+
## Low Runtime Overhead
134134

135135
TensorLayer has negligible overhead. We show this by benchmarking classic deep learning
136136
models using TensorLayer and native TensorFlow implementations
@@ -141,7 +141,7 @@ on a Titan X Pascal GPU. Here are the training speeds of respective tasks:
141141
| TensorLayer | 2528 images/s | 18063 words/s | 58167 words/s |
142142
| TensorFlow | 2530 images/s | 18075 words/s | 58181 words/s |
143143

144-
# Comparing TensorLayer with Keras and TFLearn
144+
## Comparing TensorLayer with Keras and TFLearn
145145

146146
A frequent question regarding TensorLayer is what is the different with other libraries like Keras and Tflearn.
147147
These libraries are comfortable to start with. They provide imperative abstractions to lower adoption barrier;
@@ -227,20 +227,20 @@ We provide many helper functions (like `fit()` , `test()`) that is similar to Ke
227227
-->
228228

229229

230-
# Who are using TensorLayer
230+
# TensorLayer Users
231231

232232
TensorLayer is in an active development stage and has received numerous contributions from an open community.
233233
It has been widely used by researchers from Imperial College London, Carnegie Mellon University, Stanford University,
234234
Tsinghua University, UCLA, Linköping University and etc.,
235235
as well as engineers from Google, Microsoft, Alibaba, Tencent, Penguins Innovate, ReFULE4, Bloomberg, GoodAILab and many others.
236236

237-
- 🇬🇧 If you have question, we suggest to create an issue to directly discuss with us.
238-
- 🇨🇳 我们同时有华人社群,[QQ群](img/img_qq.png)[微信群](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md).
237+
- 🇬🇧 If you any question, we suggest to create an issue to discuss with us.
238+
- 🇨🇳 我们有中文讨论社区:[QQ群](img/img_qq.png)[微信群](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md).
239239

240240

241241
# Contribution Guideline
242242

243-
[Contributing guideline](./CONTRIBUTING.md)
243+
[Guideline in 5 lines](./CONTRIBUTING.md)
244244

245245

246246
# Citation

0 commit comments

Comments
 (0)