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

.yaml files in the models folder #8

Open
leozoro opened this issue Jan 18, 2024 · 2 comments
Open

.yaml files in the models folder #8

leozoro opened this issue Jan 18, 2024 · 2 comments

Comments

@leozoro
Copy link

leozoro commented Jan 18, 2024

I'm confused about the .yaml files in the models folder.
I don't know what model does each .yaml file correspond to.
Could anyone help me? Thanks.

@JDYG
Copy link

JDYG commented Apr 5, 2024

I have the same problem. As the author state in the README.md, they use the ResNet34 model, which I guess should correspond to the resnet34.yaml. However, when I check the content in the resnet34.yaml, I found that only BasicBlock_2 is used in the backbone, and the MS_block isn't used in the network. I think this is not align with what they presented in the paper.

Hope someone could provide some detials.

@JDYG
Copy link

JDYG commented Apr 5, 2024

I also noticed a discrepancy between Concat_res2 and the 'EMS_block2' described in the paper. In the paper, the Maxpool operation is applied first followed by the LCB block. However, in the Concat_res2 code, the LCB block is done first, and then the Maxpool operation is performed after concatenation.

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