Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vision Language Early fusion #37

Open
nero1342 opened this issue Jan 17, 2023 · 1 comment
Open

Vision Language Early fusion #37

nero1342 opened this issue Jan 17, 2023 · 1 comment

Comments

@nero1342
Copy link

I saw that you did not mention anything about the early-fusion module that you used in your paper. However, in your code, that module is utilized before the Transformer module. I think this simple module contributes a lot to the result. Can you explain about this?

Thank you!

self.fusion_module = VisionLanguageFusionModule(d_model=hidden_dim, nhead=8)

src_proj_l = self.fusion_module(tgt=src_proj_l,

@basavaraj-hampiholi
Copy link

@nero1342 I hope this is helpful for you.
#27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants