-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MobileNetv4 #2423
Comments
@edwardyehuang are you interested in contributing this to KerasCV? |
If MobileNetV4 releases weights, I will be happy to provide KerasCV implementation. I wrote to them a few months ago, and they replied that they would release weights as soon as possible, but it has not happened until now. |
Since timm released the weights of Mobilenetv4, I will continue work on this |
Thanks @edwardyehuang |
@edwardyehuang any update? |
Not yet. I am working on other research projects. However, I will go back to this, and the useable implementation will be offered no later than the end of this year. |
@edwardyehuang , Feel free to take a look into the keras-team/keras-hub implementation of MobileNet, check if you can add the model to the existing Hub implementation. |
Will Keras-Hub replace Keras-NLP and Keras-CV in the future? |
Check this Announcement for details #2497 |
Short Description
Papers
MobileNetV4 - Universal Models for the Mobile Ecosystem
Existing Implementations
https://github.com/tensorflow/models/blob/master/official/vision/modeling/backbones/mobilenet.py
Other Information
The text was updated successfully, but these errors were encountered: