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

About nn.SiLU(), is the model structure drawn incorrectly? #21

Open
YuqiZhang-Buaa opened this issue Jul 17, 2024 · 0 comments
Open

About nn.SiLU(), is the model structure drawn incorrectly? #21

YuqiZhang-Buaa opened this issue Jul 17, 2024 · 0 comments

Comments

@YuqiZhang-Buaa
Copy link

I noticed that the authors have drawn nn.SiLU() in the model structure. However, I found that no nn.SiLU() plays a role in the model. line 109 of srmamba.py self.act = nn.SiLU() commented out doesn't report an error. lines 200-232 of srmamba.py, including mamba_inner_fn_no_out_proj, don't use nn. SiLU(). As I understand it, nn.SiLU() in Vision Mamba is done via Block encapsulation. So can I assume that this is a model structure drawing error in MambaMIL?

@YuqiZhang-Buaa YuqiZhang-Buaa changed the title About nn.SiLU() About nn.SiLU(), is the model structure drawn incorrectly? Jul 17, 2024
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