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 MambaVisionMixer's dt and dt_proj #32

Open
Mayner0220 opened this issue Aug 22, 2024 · 0 comments
Open

About MambaVisionMixer's dt and dt_proj #32

Mayner0220 opened this issue Aug 22, 2024 · 0 comments

Comments

@Mayner0220
Copy link

Thank you for your great ideas and work.

Currently, I am re-implementing MambaVision Backbone with Tensorflow, and I am asking you the following questions as I have been analyzing MambaVision's code:

  • When I looked at MambaVisionMixer's code, I understood that Mamba's mamba_simple.py code was applied. I also understood how the code works through Algorithm 1 on page of the MambaVision paper. However, it seems that MambaVisionMixer's dt and dt_proj are used slightly differently in the code found in this repository.
    In Mamba and Algorithm 1, in any way, the weights and bias of dt_proj are only multiplied and added to dt once each. However, in MambaVisionMixer code, it seems like the bias of dt_proj is entered into selective_scan_fn to add one more bias in practice.
    Did I understand it correctly? And is this the intended part? If it's the intended part, please explain it.
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