practical-pytorch icon indicating copy to clipboard operation
practical-pytorch copied to clipboard

Translation error in Translation with a Sequence to Sequence Network and Attention tutorial

Open jwohlwend opened this issue 8 years ago • 0 comments

I hope this doesn't feel too overzealous, I thought you might want to know :)

In the "Loading data file" section: "I am cold" should translate to "J'ai froid.", and not "Je suis froid.". You would only use "Je suis froid" when referring to the fact that you are a cold person, not when referring to the temperature, which I believe was your intention. It is one of the few cases where you would use "to have" instead of "to be" when talking about how you feel. This is actually an interesting case that the network should be able to disambiguate given some context.

jwohlwend avatar Aug 22 '17 21:08 jwohlwend