Skip to content

Commit

Permalink
Merge pull request pytorch#589 from pytorch/jspisak-patch-1
Browse files Browse the repository at this point in the history
Update seq2seq_translation_tutorial.py
  • Loading branch information
brianjo committed Aug 5, 2019
2 parents b6a683f + efa90da commit 671a338
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 @@ -521,7 +521,7 @@ def tensorsFromPair(pair):
# each next input, instead of using the decoder's guess as the next input.
# Using teacher forcing causes it to converge faster but `when the trained
# network is exploited, it may exhibit
# instability <http://minds.jacobs-university.de/sites/default/files/uploads/papers/ESNTutorialRev.pdf>`__.
# instability <http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.378.4095&rep=rep1&type=pdf>`__.
#
# You can observe outputs of teacher-forced networks that read with
# coherent grammar but wander far from the correct translation -
Expand Down

0 comments on commit 671a338

Please sign in to comment.