keras-team / keras-cv

Industry-strength Computer Vision workflows with Keras
Other
1.01k stars 330 forks source link

Include MobileNetv3 model #514

Closed LukeWood closed 2 years ago

LukeWood commented 2 years ago

This should be ported from the core Keras API: keras.applications following the example set in: https://github.com/keras-team/keras-cv/pull/476

ayyucedemirbas commented 2 years ago

This should be ported from the core Keras API: keras.applications following the example set in: #476

What kind of modifications should be done on the original file?