We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6a683f + efa90da commit 671a338Copy full SHA for 671a338
intermediate_source/seq2seq_translation_tutorial.py
@@ -521,7 +521,7 @@ def tensorsFromPair(pair):
521
# each next input, instead of using the decoder's guess as the next input.
522
# Using teacher forcing causes it to converge faster but `when the trained
523
# network is exploited, it may exhibit
524
-# 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>`__.
525
#
526
# You can observe outputs of teacher-forced networks that read with
527
# coherent grammar but wander far from the correct translation -
0 commit comments