question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add EfficientNet lite option [from tensorflow closed PR]

See original GitHub issue

System 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

Contributing

  • 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:closed
  • Created a year ago
  • Comments:12 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
tilakrayalcommented, Dec 1, 2022

@davinnovation, Could you please confirm if the issue is resolved. if yes, please feel free to move this issue to closed status. Thank you!

1reaction
sebastian-szcommented, Jul 29, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found