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

Why scale expansion value after DMaskingNAS where TBS expansion (0.75, 4.5, 0.75) #22

Open
lxiongh opened this issue Jun 30, 2020 · 2 comments

Comments

@lxiongh
Copy link

lxiongh commented Jun 30, 2020

Here your arch of dmasking_f1's stage2

# stage 2
[
    ["ir_k5", 24, 2, 1, _ex(5.4566), IRF_CFG],
    ["ir_k5", 24, 1, 1, _ex(4.7912), IRF_CFG],
],

where expansion is not the value from (0.75, 4.5, 0.75), so how to scale it and why? Thanks!

@XiaoliangDai
Copy link
Contributor

This is because the expansion ratio in the search space is based on the maximum available #Channels in the search space, while the one in the arch def is based on the real #Channels. The actual number of dw channels can be obtained from the model builder.

@lxiongh
Copy link
Author

lxiongh commented Jul 14, 2020

This is because the expansion ratio in the search space is based on the maximum available #Channels in the search space, while the one in the arch def is based on the real #Channels. The actual number of dw channels can be obtained from the model builder.

Thanks!

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