Browse Source

Merge pull request #77 from zacwellmer/patch-1

removed unused import
Aymeric Damien 8 years ago
parent
commit
2f0c1baa90
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/3_NeuralNetworks/recurrent_network.py

+ 0 - 1
examples/3_NeuralNetworks/recurrent_network.py

@@ -11,7 +11,6 @@ from __future__ import print_function
 
 import tensorflow as tf
 from tensorflow.python.ops import rnn, rnn_cell
-import numpy as np
 
 # Import MNIST data
 from tensorflow.examples.tutorials.mnist import input_data