Skip to content

Commit f5a91c0

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ The first program trains a multi-layer perception network to solve the MNIST pro
5252
```python
5353
import tensorflow as tf
5454
import tensorlayer as tl
55-
import time
5655

5756
sess = tf.InteractiveSession()
5857

0 commit comments

Comments
 (0)