Bisonai / mobilenetv3-tensorflow

Unofficial implementation of MobileNetV3 architecture described in paper Searching for MobileNetV3.
Apache License 2.0
225 stars 81 forks source link

Do you know how to use NAS and NetAdapt to design Network ? #5 #10

Closed xiebangquan closed 5 years ago

martinkersner commented 5 years ago

Hi @xiebangquan!

If you are interested in AutoML you should check out papers describing this technique https://github.com/bisonai/awesome-edge-machine-learning/tree/master/Papers/AutoML.

Cheers, Martin