Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit 2f0c1ba

Browse files
Merge pull request aymericdamien#77 from zacwellmer/patch-1
removed unused import
2 parents bf80d81 + 4e7e10f commit 2f0c1ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/3_NeuralNetworks/recurrent_network.py

-1
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)