You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there's a mistake in the notebook titled "1 - Sequence to Sequence Learning with Neural Networks.ipynb". It mentions: 'Below, we input the German translation of "A man is watching a film."'. Subsequently, in the code, the following line appears:
sentence = "Ein Mann sitzt auf einer Bank."
However, "Ein Mann sitzt auf einer Bank." translates to "A man is sitting on a bench". Therefore, the translation generated by the model is actually quite close:
I believe there's a mistake in the notebook titled "1 - Sequence to Sequence Learning with Neural Networks.ipynb". It mentions: 'Below, we input the German translation of "A man is watching a film."'. Subsequently, in the code, the following line appears:
sentence = "Ein Mann sitzt auf einer Bank."
However, "Ein Mann sitzt auf einer Bank." translates to "A man is sitting on a bench". Therefore, the translation generated by the model is actually quite close:
['', 'man', 'sitting', 'on', 'a', 'bench', '.', '']
The text was updated successfully, but these errors were encountered: