We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255dffa commit 773840dCopy full SHA for 773840d
1 file changed
examples/3_NeuralNetworks/recurrent_network.py
@@ -8,7 +8,7 @@
8
'''
9
10
import tensorflow as tf
11
-from tensorflow.models.rnn import rnn, rnn_cell
+from tensorflow.python.ops import rnn, rnn_cell
12
import numpy as np
13
14
# Import MINST data
0 commit comments