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
In the cross-attention module, inputs are first processed with layer norm (Ba et al., 2016) before being passed through linear layers to produce each of the query, key, and value inputs to the QKV cross-attention operation.
Hi, thx for sharing the code! I wonder what norm_context refer to in the paper?
perceiver-pytorch/perceiver_pytorch/perceiver_io.py
Line 125 in 3b70ebe
The text was updated successfully, but these errors were encountered: