xiaochus / MobileNetV3

A Keras implementation of MobileNetV3.
MIT License
237 stars 84 forks source link

Do you know how to use NAS and NetAdapt to optimize mobilenet block and layer to adapt to other task? #7

Open alexliyang opened 5 years ago

alexliyang commented 5 years ago

when I use paper parameters to train my task , the result is not good enough.

how to use NAS and NetAdapt to optimize mobilenet block and layer to adapt to other task?