alibaba / lightweight-neural-architecture-search

This is a collection of our zero-cost NAS and efficient vision applications.
Apache License 2.0
368 stars 49 forks source link

(deepmad) Non-Decreasing Number of Channels part #10

Closed ct-wei closed 1 year ago

ct-wei commented 1 year ago

May I ask if there is code related to the paper (deepmad) Guideline 3. Non-Decreasing Number of Channels part. I can't find your constraint in (https://github.com/alibaba/lightweight-neural-architecture-search/blob/main/tinynas/spaces/mutator/super_res_k1kxk1_mutator.py)

slacklife commented 1 year ago

May I ask if there is code related to the paper (deepmad) Guideline 3. Non-Decreasing Number of Channels part. I can't find your constraint in (https://github.com/alibaba/lightweight-neural-architecture-search/blob/main/tinynas/spaces/mutator/super_res_k1kxk1_mutator.py)

Thank you for your attention to DeepMAD! This is a bug left over during the ablation phase and it has been fixed(Line58-60).