-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
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', '.', '']
gcandassamy
Metadata
Metadata
Assignees
Labels
No labels