-
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Oct 20, 2022
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
YiheWang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lin_l
refers to W_2, transforming the source/left features (sorry for poor wording), andlin_r
refers to W_1. Note that transformation + summation is identical to concatenation + transformation. The former is more memory-efficient, that's why we use it here.