From 4d333b922b19f027b1f8fa78c5b5e83eee3a8586 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 29 Nov 2019 11:56:42 -0600 Subject: [PATCH] Fix altertaintive typo in script --- ch16/ch16_part1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch16/ch16_part1.py b/ch16/ch16_part1.py index 19fdf42a..4ca9982a 100644 --- a/ch16/ch16_part1.py +++ b/ch16/ch16_part1.py @@ -652,7 +652,7 @@ def build_rnn_model(embedding_dim, vocab_size, # # Appendix # -# ### A -- An alterntaive way to get the dataset: using tensorflow_datasets +# ### A -- An alternative way to get the dataset: using tensorflow_datasets