spro / practical-pytorch

Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
MIT License
4.51k stars 1.1k forks source link

The link for Teacher Forcing in "Translation with a Sequence to Sequence Network and Attention" is broken #132

Open MihailoIsakov opened 5 years ago

MihailoIsakov commented 5 years ago

In the "Translation with a Sequence to Sequence Network and Attention" document, in this paragraph:

"Teacher Forcing", or maximum likelihood sampling, means using the real target outputs as each next input when training. The alternative is using the decoder's own guess as the next input. Using teacher forcing may cause the network to converge faster, but when the trained network is exploited, it may exhibit instability.

the reference is broken. I believe it should point to this: ESNTutorialRev