You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ A user often find it easy to bootstrap with TensorLayer, and then dive into low-
130
130
-*Transparency* : TensorLayer provides access to the **native APIs** of TensorFlow. This helps users achieve flexible controls within the training engine.
131
131
-*Performance* : TensorLayer provides **zero-cost** abstraction (see Benchmark below). It can run on distributed and heterogeneous TensorFlow platforms with full power.
132
132
133
-
# Low Runtime Overhead
133
+
##Low Runtime Overhead
134
134
135
135
TensorLayer has negligible overhead. We show this by benchmarking classic deep learning
136
136
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:
0 commit comments