Skip to content

Commit 60dc7c1

Browse files
arthurtalkgoalaymericdamien
authored andcommitted
Deprecated model (aymericdamien#57)
change to tensorflow.python.ops since the model was deprecated
1 parent 2c68ee1 commit 60dc7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3_NeuralNetworks/bidirectional_rnn.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)