Skip to content

Typing Mistake in Documentation of English-to-Spanish translation with a sequence-to-sequence Transformer #1002

@aryan7781

Description

@aryan7781

`encoder_inputs` is the vectorized source sentence and `encoder_inputs` is the target sentence "so far",

Inputs For Transformers

1. Encoder Inputs - The encoder of Transformer takes in vectorized source sentences the way they are.

2. Decoder Inputs - The decoder of Transformer takes in the vectorized target sentence, till the previous time step.

Error

image
Here, encoder_inputs is the target sentence "so far" is wrong. It should be-
decoder_inputs is the target_sentence "so far".

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions