Skip to content

Commit 4e7e10f

Browse files
author
Zac Wellmer
authored
removed unused import
1 parent bf80d81 commit 4e7e10f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/3_NeuralNetworks/recurrent_network.py

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

1212
import tensorflow as tf
1313
from tensorflow.python.ops import rnn, rnn_cell
14-
import numpy as np
1514

1615
# Import MNIST data
1716
from tensorflow.examples.tutorials.mnist import input_data

0 commit comments

Comments
 (0)