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.
1 parent b6a683f commit efa90daCopy full SHA for efa90da
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