practical-pytorch
practical-pytorch copied to clipboard
Why is decoder_learning_ratio equal to 5
Hi, your seq2seq tutorial is really helpful! May I ask why you explicitly set decoder_learning_ratio to 5? Is it often better to have larger learning ratio on the decoder? Thank you.