Explorar el Código

Deprecated model (#57)

change to tensorflow.python.ops since the model was deprecated
Arthur CHAN hace 9 años
padre
commit
60dc7c144f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/3_NeuralNetworks/bidirectional_rnn.py

+ 1 - 1
examples/3_NeuralNetworks/bidirectional_rnn.py

@@ -8,7 +8,7 @@ Project: https://github.com/aymericdamien/TensorFlow-Examples/
 '''
 
 import tensorflow as tf
-from tensorflow.models.rnn import rnn, rnn_cell
+from tensorflow.python.ops import rnn, rnn_cell
 import numpy as np
 
 # Import MINST data