-
I was attempting to try this out using the provided example, first cloning the repo and installing packages. I needed to manually add the tflite_runtime on my system.
`pip install tflite_runtime`
…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf 2.16.1
### Custom code
Yes
### OS platform and distribution
Andro…
-
https://www.kaggle.com/models/google/gemma/tfLite/
-
I want to run deepspeech.tflite on NPU and need to get deepspeech-0.9.3-models.tflite in int8 or int16 format. How can I use existing deepspeech-0.9.3-models.tflite float32 type to get an int type?
-
How to use shard bin models in tflite (modal_weight.bin) or how to convert it to .tflite ?
-
### OpenVINO Version
2024.4.0
### Operating System
Other (Please specify in description)
### Device used for inference
CPU
### Framework
Keras (TensorFlow 2)
### Model used
ResNet50
### Issu…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
Can you please link to the tflite model?
-
Hi everyone. I've built a classification model using the Larq framework. After training, I obtained an h5 format model file and converted it to tflite format using the Larq Compute Engine. I observed …