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

For DIY use #15

Open TheShy-Dream opened 1 year ago

TheShy-Dream commented 1 year ago

If I want to use the Deepmap method to create a specific parameter quantity resnet or create my own resnet101, how should I call the script? Is this open source

xiuyu-sxy commented 1 year ago

hi, there is no script available for r101 here, you need to modify the parameters in deepmad_R50_FLOPs.py. The simple way to do that is to change parameters "flops" and "model_size" in budgets config to the R101 size. Then call scripts following ReadMe