-
Notifications
You must be signed in to change notification settings - Fork 328
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 |
Thanks for reporting the issue! We have consolidated the development of KerasCV into the new KerasHub package, which supports image, text, and multi-modal models. Please read the announcement.
With our focus shifted to KerasHub, we are not planning any further development or releases in KerasCV. If you encounter a KerasCV feature that is missing from KerasHub, or would like to propose an addition to the library, please file an issue with KerasHub. |
This issue is stale because it has been open for 14 days with no activity. It will be closed if no further activity occurs. Thank you. |
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: