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

the limit of btn #14

Open
ct-wei opened this issue May 11, 2023 · 1 comment
Open

the limit of btn #14

ct-wei opened this issue May 11, 2023 · 1 comment

Comments

@ct-wei
Copy link

ct-wei commented May 11, 2023

The constraint limit the btn in

new_btn = min(new_out, structure_info_next['btn'])


but this
https://github.com/tinyvision/DAMO-YOLO/blob/master/damo/base_models/backbones/nas_backbones/tinynas_nano_middle.txt
seems to have broken the limit
May I ask why? thanks

@xiuyu-sxy
Copy link
Collaborator

The constraint limit the btn in

new_btn = min(new_out, structure_info_next['btn'])

but this
https://github.com/tinyvision/DAMO-YOLO/blob/master/damo/base_models/backbones/nas_backbones/tinynas_nano_middle.txt
seems to have broken the limit
May I ask why? thanks

That's a good question. For small or mobile models, particularly those with depthwise search space, we have observed that the limitation on btn may constrain the final accuracy. The similar observation can be found in mobilenetv3 paper.

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