Skip to content

Commit 61bff7d

Browse files
committed
del time in mnist simple example
1 parent 9e91cb6 commit 61bff7d

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

.gitignore.swp

4 KB
Binary file not shown.

docs/user/tutorial.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ TensorFlow's methods like ``sess.run()``, see ``tutorial_mnist.py`` for more det
5050
5151
import tensorflow as tf
5252
import tensorlayer as tl
53-
import time
5453
5554
sess = tf.InteractiveSession()
5655

tutorial_mnist_simple.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import tensorflow as tf
77
import tensorlayer as tl
8-
import time
98

109
sess = tf.InteractiveSession()
1110

0 commit comments

Comments
 (0)