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
Hi, thanks for sharing this wonderful project. I notice that in the transformer encoder, there is a skip connection between the encoder output and input, i.e. src = self.encoder(src) + src_start.
It seem different from the original transformer model? Decoder also has the same connection.
Hi, thanks for sharing this wonderful project. I notice that in the transformer encoder, there is a skip connection between the encoder output and input, i.e.
src = self.encoder(src) + src_start
.It seem different from the original transformer model? Decoder also has the same connection.
The text was updated successfully, but these errors were encountered: