Explorar el Código

Merge pull request #77 from zacwellmer/patch-1

removed unused import
Aymeric Damien hace 8 años
padre
commit
2f0c1baa90
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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