Skip to content

Commit 7ed5fbe

Browse files
Merge pull request aymericdamien#52 from meagmohit/patch-1
fixed rnn_cell import error
2 parents 255dffa + 773840d commit 7ed5fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3_NeuralNetworks/recurrent_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'''
99

1010
import tensorflow as tf
11-
from tensorflow.models.rnn import rnn, rnn_cell
11+
from tensorflow.python.ops import rnn, rnn_cell
1212
import numpy as np
1313

1414
# Import MINST data

0 commit comments

Comments
 (0)