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
I have a question about the SEAN module implementation detail. In the de-normalization process, why did you add an extra 1 to the gamma? i.e., out = normalized * (1 + gamma_final) + beta_final.
Why 1+gamma here? According to Eq. (1) of the paper, it is gramma exactly.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your work!
I have a question about the SEAN module implementation detail. In the de-normalization process, why did you add an extra 1 to the gamma? i.e.,
out = normalized * (1 + gamma_final) + beta_final
.Why 1+gamma here? According to Eq. (1) of the paper, it is gramma exactly.
The text was updated successfully, but these errors were encountered: