Skip to content

Commit 1022f9e

Browse files
Merge pull request aymericdamien#54 from poyuwu/master
fixed rnn_cell import error
2 parents 5f91f9a + 60e34fe commit 1022f9e

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)