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
Thank you for such a great job. After reading the code, I have a little question about the comments and I hope you can help me!
In the following code, the dimensions of visual_context are [B, N, C] and the dimensions of text_embeddings are [B, K, C]. Should the dimensions after context_decoder be [B, K, C]?
To facilitate your reading, I paste the context_decoder forward code below
Thanks again for your reply
The text was updated successfully, but these errors were encountered:
Thank you for such a great job. After reading the code, I have a little question about the comments and I hope you can help me!
In the following code, the dimensions of visual_context are [B, N, C] and the dimensions of text_embeddings are [B, K, C]. Should the dimensions after context_decoder be [B, K, C]?
To facilitate your reading, I paste the context_decoder forward code below
Thanks again for your reply
The text was updated successfully, but these errors were encountered: