Skip to content

Commit 60e34fe

Browse files
committed
fixed rnn_cell import error
1 parent 1f58605 commit 60e34fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/3_NeuralNetworks/recurrent_network.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
"source": [
3636
"import tensorflow as tf\n",
37-
"from tensorflow.models.rnn import rnn, rnn_cell\n",
37+
"from tensorflow.python.ops import rnn, rnn_cell\n",
3838
"import numpy as np\n",
3939
"\n",
4040
"# Import MINST data\n",

0 commit comments

Comments
 (0)