Skip to content

Commit

Permalink
Merge pull request fchollet#203 from bfaissal/patch-1
Browse files Browse the repository at this point in the history
Update chapter11_part04_sequence-to-sequence-learning.ipynb
  • Loading branch information
fchollet authored Feb 10, 2023
2 parents a447697 + fd34749 commit fa421b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chapter11_part04_sequence-to-sequence-learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
"import tensorflow as tf\n",
"import string\n",
"import re\n",
"from tensorflow import keras\n",
"from tensorflow.keras import layers\n",
"\n",
"strip_chars = string.punctuation + \"\u00bf\"\n",
"strip_chars = strip_chars.replace(\"[\", \"\")\n",
Expand Down Expand Up @@ -618,4 +620,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit fa421b5

Please sign in to comment.