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 releasing this code. I'm enjoying playing with this.
Could you please explain what is 'context' in your Attention module, if possible? link.
I guess it has a similar role to the previous hidden state for reuse in Transformer-XL paper link (which is explained in Section 3.2), but the way you implemented is little different.
The text was updated successfully, but these errors were encountered:
Hi, thanks for releasing this code. I'm enjoying playing with this.
Could you please explain what is 'context' in your Attention module, if possible? link.
I guess it has a similar role to the previous hidden state for reuse in Transformer-XL paper link (which is explained in Section 3.2), but the way you implemented is little different.
The text was updated successfully, but these errors were encountered: