Skip to content

Incorrect German Translation #206

@timothy-geiger

Description

@timothy-geiger

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', '.', '']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions