mit-han-lab / once-for-all

[ICLR 2020] Once for All: Train One Network and Specialize it for Efficient Deployment
https://ofa.mit.edu/
MIT License
1.89k stars 333 forks source link

expand_ratio BUG? #71

Open zhanglei1172 opened 2 years ago

zhanglei1172 commented 2 years ago

Hi,I found that the expand_ratio passed in mobilnetV2 will keep the same number in all stages and cells, is this a bug? https://github.com/mit-han-lab/once-for-all/blob/80a2e26ef04426213ad836b056234914d33a3c36/ofa/imagenet_classification/networks/proxyless_nets.py#L176