Skip to content

Commit 671a338

Browse files
authored
Merge pull request #589 from pytorch/jspisak-patch-1
Update seq2seq_translation_tutorial.py
2 parents b6a683f + efa90da commit 671a338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/seq2seq_translation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def tensorsFromPair(pair):
521521
# each next input, instead of using the decoder's guess as the next input.
522522
# Using teacher forcing causes it to converge faster but `when the trained
523523
# network is exploited, it may exhibit
524-
# instability <http://minds.jacobs-university.de/sites/default/files/uploads/papers/ESNTutorialRev.pdf>`__.
524+
# instability <http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.378.4095&rep=rep1&type=pdf>`__.
525525
#
526526
# You can observe outputs of teacher-forced networks that read with
527527
# coherent grammar but wander far from the correct translation -

0 commit comments

Comments
 (0)