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

Bridge adapter for Vit-Base is different from ResNet #14

Open
peterwisu opened this issue Jul 26, 2024 · 0 comments
Open

Bridge adapter for Vit-Base is different from ResNet #14

peterwisu opened this issue Jul 26, 2024 · 0 comments

Comments

@peterwisu
Copy link

peterwisu commented Jul 26, 2024

Hi, I have a question in the paper it mentioned that in the bridge adapter, after the zoom layer and linear layer. There are the MHSA for each modality before entering the MHCA which are there in the given code for ResNet in class Interactor

class Interactor(nn.Module):

but for VIT it used class InteractorT which perform MHCA directly without MHSA.

class InteractorT(nn.Module):

Why didn't you do a MHSA for ViT-based as like in ResNet one?

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

1 participant