Skip to content

Commit

Permalink
Fix a sentence in exercises (pytorch#109)
Browse files Browse the repository at this point in the history
* Fix small typo

* Fix a sentence in exercises
  • Loading branch information
FraLotito authored and soumith committed Jul 6, 2017
1 parent 948a3b3 commit 9bd9cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intermediate_source/seq2seq_translation_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9bd9cd4

Please sign in to comment.