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

depths=[2, 2, 9, 2] and depths_decoder=[2, 9, 2, 2]? #71

Open
tubixiansheng opened this issue Aug 7, 2024 · 2 comments
Open

depths=[2, 2, 9, 2] and depths_decoder=[2, 9, 2, 2]? #71

tubixiansheng opened this issue Aug 7, 2024 · 2 comments

Comments

@tubixiansheng
Copy link

Hello, I would like to ask: in the architecture diagram of the model in the paper, each layer's VSS block is ×2, but in the code, why are the settings depths=[2, 2, 9, 2] and depths_decoder=[2, 9, 2, 2]?

@lwtgithublwt
Copy link

Hello, I would like to ask: in the architecture diagram of the model in the paper, each layer's VSS block is ×2, but in the code, why are the settings depths=[2, 2, 9, 2] and depths_decoder=[2, 9, 2, 2]?

我看config中有相关设置

@Shay-ACC
Copy link

Shay-ACC commented Sep 3, 2024

Maybe you just executed vmunet.py to print the model, but actually "depths=[2, 2, 2, 2] and depths_decoder=[2, 2, 2, 1]" have been declared in train.py where setting_config calls "class setting_config" in "config_setting.py".

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

3 participants