Forráskód Böngészése

Merge pull request #52 from meagmohit/patch-1

fixed rnn_cell import error
Aymeric Damien 8 éve
szülő
commit
7ed5fbe326
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      examples/3_NeuralNetworks/recurrent_network.py

+ 1 - 1
examples/3_NeuralNetworks/recurrent_network.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