From 9bd9cd41b82b83bf15e72222442dc249b09e5ba1 Mon Sep 17 00:00:00 2001 From: Francesco Lotito Date: Thu, 6 Jul 2017 19:08:51 +0200 Subject: [PATCH] Fix a sentence in exercises (#109) * Fix small typo * Fix a sentence in exercises --- intermediate_source/seq2seq_translation_tutorial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/seq2seq_translation_tutorial.py b/intermediate_source/seq2seq_translation_tutorial.py index 39e80ef758..f35122e830 100644 --- a/intermediate_source/seq2seq_translation_tutorial.py +++ b/intermediate_source/seq2seq_translation_tutorial.py @@ -884,7 +884,7 @@ def evaluateAndShowAttention(input_sentence): # - Chat → Response # - Question → Answer # -# - Replace the embedding pre-trained word embeddings such as word2vec or +# - Replace the embeddings with pre-trained word embeddings such as word2vec or # GloVe # - Try with more layers, more hidden units, and more sentences. Compare # the training time and results.