Skip to content

Commit fa421b5

Browse files
authored
Merge pull request #203 from bfaissal/patch-1
Update chapter11_part04_sequence-to-sequence-learning.ipynb
2 parents a447697 + fd34749 commit fa421b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chapter11_part04_sequence-to-sequence-learning.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@
106106
"import tensorflow as tf\n",
107107
"import string\n",
108108
"import re\n",
109+
"from tensorflow import keras\n",
110+
"from tensorflow.keras import layers\n",
109111
"\n",
110112
"strip_chars = string.punctuation + \"\u00bf\"\n",
111113
"strip_chars = strip_chars.replace(\"[\", \"\")\n",
@@ -618,4 +620,4 @@
618620
},
619621
"nbformat": 4,
620622
"nbformat_minor": 0
621-
}
623+
}

0 commit comments

Comments
 (0)