Add EfficientNet lite option [from tensorflow closed PR]
See original GitHub issueSystem information.
TensorFlow version (you are using): 2.9.1 Are you willing to contribute it (Yes/No) : No
Describe the feature and the current behavior/state.
Add EfficientNet Lite option which is PRed in [Added Lite option to EfficientNets. #48400] https://github.com/tensorflow/tensorflow/pull/48400/ already
Will this change the current api? How?
Yes. tf.keras.applications.efficientnet.EfficientNetB0(lite=True)
Who will benefit from this feature?
- EfficientNet Lite Users
- Do you want to contribute a PR? (yes/no): no
- If yes, please read this page for instructions
- Briefly describe your candidate solution(if contributing):
Issue Analytics
- State:
- Created a year ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Image classification with TensorFlow Lite Model Maker
Step 2: Customize the TensorFlow Model Create a custom image classifier model based on the loaded data. The default model is EfficientNet-Lite0.
Read more >tf.keras.callbacks.ModelCheckpoint | TensorFlow v2.11.0
A few options this callback provides include: Whether to only keep the model that has achieved the "best performance" so far, or whether...
Read more >Higher accuracy on vision models with EfficientNet-Lite
Let's bring the power of EfficientNet-Lite to your data. We suggest that you use the TensorFlow Lite Model Maker, which is a tool...
Read more >Model conversion overview | TensorFlow Lite
Converting TensorFlow models to TensorFlow Lite format can take a few paths depending on the content of your ML model. As the first...
Read more >efficientnet-lite-pytorch - PyPI
EfficientNet PyTorch is a PyTorch re-implementation of EfficientNet. It is consistent with the original TensorFlow implementation, such that it is easy to load ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@davinnovation, Could you please confirm if the issue is resolved. if yes, please feel free to move this issue to closed status. Thank you!
@davinnovation Hi, sorry for not reopening the PR in Keras repository as promised.
If it will be accepted I am planning to add these models to keras-cv - I think this is the target place to add new vision
keras.applications
.