We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f58605 commit 60e34feCopy full SHA for 60e34fe
notebooks/3_NeuralNetworks/recurrent_network.ipynb
@@ -34,7 +34,7 @@
34
],
35
"source": [
36
"import tensorflow as tf\n",
37
- "from tensorflow.models.rnn import rnn, rnn_cell\n",
+ "from tensorflow.python.ops import rnn, rnn_cell\n",
38
"import numpy as np\n",
39
"\n",
40
"# Import MINST data\n",
0 commit comments